summaryrefslogtreecommitdiffstats
path: root/fswidget.h
diff options
context:
space:
mode:
authorArno <arno@disconnect.de>2018-03-31 20:23:56 +0200
committerArno <arno@disconnect.de>2018-03-31 20:23:56 +0200
commitab8c38e0c2d5370d2ef5c54bd2f8c414d49deb92 (patch)
tree088eaeded70bb19e0f67e14cdc01c644f0fd60be /fswidget.h
parent2957e52dbe165c8a1f869bf5e690a0cac359c016 (diff)
downloadSheMov-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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fswidget.h b/fswidget.h
index 8becd7a..e0a59c5 100644
--- a/fswidget.h
+++ b/fswidget.h
@@ -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);