qztest.h

00001 #ifndef QUAZIP_TEST_QZTEST_H
00002 #define QUAZIP_TEST_QZTEST_H
00003 
00004 #include <QString>
00005 #include <QStringList>
00006 
00007 extern bool createTestFiles(const QStringList &fileNames, const QString
00008         &dir = "tmp");
00009 extern void removeTestFiles(const QStringList &fileNames, const QString
00010         &dir = "tmp");
00011 
00012 #endif // QUAZIP_TEST_QZTEST_H

Generated on 21 Feb 2013 for QuaZIP by  doxygen 1.6.1