diff options
author | Arno <arno@disconnect.de> | 2018-03-31 20:23:56 +0200 |
---|---|---|
committer | Arno <arno@disconnect.de> | 2018-03-31 20:23:56 +0200 |
commit | ab8c38e0c2d5370d2ef5c54bd2f8c414d49deb92 (patch) | |
tree | 088eaeded70bb19e0f67e14cdc01c644f0fd60be /fswidget.h | |
parent | 2957e52dbe165c8a1f869bf5e690a0cac359c016 (diff) | |
download | SheMov-ab8c38e0c2d5370d2ef5c54bd2f8c414d49deb92.tar.gz SheMov-ab8c38e0c2d5370d2ef5c54bd2f8c414d49deb92.tar.bz2 SheMov-ab8c38e0c2d5370d2ef5c54bd2f8c414d49deb92.zip |
Implement unpack for FSWidget
Unconditionally try to extract all selected files with 7z to the current
directory. Don't try to figure out if 7z is available or if the file is an
archive.
Diffstat (limited to 'fswidget.h')
-rw-r--r-- | fswidget.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -36,6 +36,7 @@ class FSWidget : public QWidget { void advanceDir(int by); int queryCount(QSqlQuery &q, const QString &arg); void filterMime(const QString &mime); + void unpack(); signals: void message(QString msg); |