12345678910111213 |
- #ifndef QUAZIP_TEST_QZTEST_H
- #define QUAZIP_TEST_QZTEST_H
- #include <QString>
- #include <QStringList>
- extern bool createTestFiles(const QStringList &fileNames, const QString
- &dir = "tmp");
- extern void removeTestFiles(const QStringList &fileNames, const QString
- &dir = "tmp");
- #endif // QUAZIP_TEST_QZTEST_H
|