QuaZIP  quazip-0-4-3
testquazip.h
1 #ifndef QUAZIP_TEST_QUAZIP_H
2 #define QUAZIP_TEST_QUAZIP_H
3 
4 #include <QObject>
5 
6 class TestQuaZip: public QObject {
7  Q_OBJECT
8 private slots:
9  void getFileList_data();
10  void getFileList();
11 };
12 
13 #endif // QUAZIP_TEST_QUAZIP_H