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