testquazip.h 243 B

1234567891011121314
  1. #ifndef QUAZIP_TEST_QUAZIP_H
  2. #define QUAZIP_TEST_QUAZIP_H
  3. #include <QObject>
  4. class TestQuaZip: public QObject {
  5. Q_OBJECT
  6. private slots:
  7. void getFileList_data();
  8. void getFileList();
  9. };
  10. #endif // QUAZIP_TEST_QUAZIP_H