testquachecksum32.h

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

Generated on 19 Dec 2011 for QuaZIP by  doxygen 1.6.1