OSCAR-code/3rdparty/quazip-0.5.1/qztest/testquazip.h
2013-09-16 14:45:50 +10:00

16 lines
267 B
C++

#ifndef QUAZIP_TEST_QUAZIP_H
#define QUAZIP_TEST_QUAZIP_H
#include <QObject>
class TestQuaZip: public QObject {
Q_OBJECT
private slots:
void getFileList_data();
void getFileList();
void add_data();
void add();
};
#endif // QUAZIP_TEST_QUAZIP_H