File indexing completed on 2024-05-12 05:15:00

0001 /*
0002   This file is part of the kcalutils library.
0003 
0004   SPDX-FileCopyrightText: 2010 Klarälvdalens Datakonsult AB, a KDAB Group company <info@kdab.net>
0005 
0006   SPDX-License-Identifier: LGPL-2.0-or-later
0007 */
0008 
0009 #pragma once
0010 
0011 #include <QObject>
0012 
0013 class StringifyTest : public QObject
0014 {
0015     Q_OBJECT
0016 private Q_SLOTS:
0017     void testIncidenceStrings();
0018     void testAttendeeStrings();
0019     void testDateTimeStrings();
0020     void testUTCoffsetStrings();
0021 };