qztest.h 336 B

12345678910111213
  1. #ifndef QUAZIP_TEST_QZTEST_H
  2. #define QUAZIP_TEST_QZTEST_H
  3. #include <QString>
  4. #include <QStringList>
  5. extern bool createTestFiles(const QStringList &fileNames, const QString
  6. &dir = "tmp");
  7. extern void removeTestFiles(const QStringList &fileNames, const QString
  8. &dir = "tmp");
  9. #endif // QUAZIP_TEST_QZTEST_H