diff options
author | Arno <am@disconnect.de> | 2014-06-07 13:49:49 +0200 |
---|---|---|
committer | Arno <am@disconnect.de> | 2014-06-07 13:49:49 +0200 |
commit | 0dd1011617225036a51219125c8f3442b2a0aac3 (patch) | |
tree | a34536f9ccf1072c76f08c8d4a464f7302a8e39e /filesystemwidget.h | |
parent | ef640ea25b74cb06ab4d11eb414bc4e96ecb8d65 (diff) | |
download | SheMov-0dd1011617225036a51219125c8f3442b2a0aac3.tar.gz SheMov-0dd1011617225036a51219125c8f3442b2a0aac3.tar.bz2 SheMov-0dd1011617225036a51219125c8f3442b2a0aac3.zip |
Unpack
Added entry for unpacking archives. For now zip and rar are recognized.
Diffstat (limited to 'filesystemwidget.h')
-rw-r--r-- | filesystemwidget.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/filesystemwidget.h b/filesystemwidget.h index 5547d4a..e4b26e8 100644 --- a/filesystemwidget.h +++ b/filesystemwidget.h @@ -63,6 +63,7 @@ class FilesystemWidget : public QWidget { void selectAllPV(); void setWindowTitle(); void preview(); + void unpack(); private slots: void dirExpanded(const QModelIndex &idx); |