QuaZIP quazip-0-4-3
|
00001 #ifndef QUAZIP_TEST_QUACHECKSUM32_H 00002 #define QUAZIP_TEST_QUACHECKSUM32_H 00003 00004 #include <QObject> 00005 00006 class TestQuaChecksum32: public QObject { 00007 Q_OBJECT 00008 private slots: 00009 void calculate(); 00010 }; 00011 00012 #endif // QUAZIP_TEST_QUACHECKSUM32_H