OSCAR-code/thirdparty/quazip/qztest/testquazip.h
2019-02-11 17:37:29 -05: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