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 /shemov.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 'shemov.h')
-rw-r--r-- | shemov.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -108,6 +108,7 @@ class SheMov : public QMainWindow { QAction *mFSViewPropertiesA; QAction *mFSPreviewA; QAction *mFSResizeA; + QAction *mUnpackA; //Filesystem View Actions QActionGroup *mOpenWithGroupFS; |