OSCAR-code/3rdparty/quazip/qztest/testquazip.h

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