qca
filewatchunittest.h
Go to the documentation of this file.00001 00025 #ifndef FILEWATCHUNITTEST_H 00026 #define FILEWATCHUNITTEST_H 00027 00028 #include <QtCrypto> 00029 #include <QtTest/QtTest> 00030 00031 class FileWatchUnitTest : public QObject 00032 { 00033 Q_OBJECT 00034 00035 private Q_SLOTS: 00036 void initTestCase(); 00037 void cleanupTestCase(); 00038 void filewatchTest(); 00039 private: 00040 QCA::Initializer* m_init; 00041 }; 00042 00043 #endif
KDE 4.4 API Reference