QuaZIP  quazip-0-4-3
testquachecksum32.h
1 #ifndef QUAZIP_TEST_QUACHECKSUM32_H
2 #define QUAZIP_TEST_QUACHECKSUM32_H
3 
4 #include <QObject>
5 
6 class TestQuaChecksum32: public QObject {
7  Q_OBJECT
8 private slots:
9  void calculate();
10 };
11 
12 #endif // QUAZIP_TEST_QUACHECKSUM32_H