Remove getZip() which got there by mistake

This commit is contained in:
alqualos 2012-01-14 09:52:37 +00:00
parent 064e2b727a
commit 7353648c53

View file

@ -8,7 +8,6 @@ class TestQuaZip: public QObject {
private slots:
void getFileList_data();
void getFileList();
void getZip();
};
#endif // QUAZIP_TEST_QUAZIP_H