OSCAR-code/thirdparty/quazip/qztest/testquazipdir.h
2019-02-11 17:37:29 -05:00

16 lines
273 B
C++

#ifndef QUAZIP_TEST_QUAZIPDIR_H
#define QUAZIP_TEST_QUAZIPDIR_H
#include <QObject>
class TestQuaZipDir: public QObject {
Q_OBJECT
private slots:
void entryList_data();
void entryList();
void cd_data();
void cd();
};
#endif // QUAZIP_TEST_QUAZIPDIR_H