qtmeetings sources to Maemo garage
[qtmeetings] / tests / BusinessLogic / Utils / Clock / TestClock.h
1 #include "Clock.h"
2
3 class TestClock: public QObject
4 {
5         Q_OBJECT
6
7 private slots:
8         void initTestCase();
9         void testDatetime();
10         void testDate();
11         void testTime();
12         void testSynchronizeDatetime();
13         void cleanupTestCase();
14
15 private:
16         Clock *iClock;
17
18 };