QuaZIP quazip-0-4-3
testquazip.h
00001 #ifndef QUAZIP_TEST_QUAZIP_H
00002 #define QUAZIP_TEST_QUAZIP_H
00003 
00004 #include <QObject>
00005 
00006 class TestQuaZip: public QObject {
00007     Q_OBJECT
00008 private slots:
00009     void getFileList_data();
00010     void getFileList();
00011 };
00012 
00013 #endif // QUAZIP_TEST_QUAZIP_H