Improve dialog boxes.
[dorian] / extractzip.h
1 #ifndef EXTRACTZIP_H
2 #define EXTRACTZIP_H
3
4 class QString;
5
6 bool extractZip(const QString &path);
7
8 #endif // EXTRACTZIP_H