diff options
author | Arno <arno@disconnect.de> | 2018-03-30 11:04:10 +0200 |
---|---|---|
committer | Arno <arno@disconnect.de> | 2018-03-30 11:04:10 +0200 |
commit | e932aafaa203f70c9be29879fc17bde9d2ac53c2 (patch) | |
tree | df9c410cbe048545a880da2db91a3923b2203e90 /filesystemwidget.h | |
parent | 5df1e778010b5529e9ea37d901c2ce6063abccb3 (diff) | |
download | SheMov-e932aafaa203f70c9be29879fc17bde9d2ac53c2.tar.gz SheMov-e932aafaa203f70c9be29879fc17bde9d2ac53c2.tar.bz2 SheMov-e932aafaa203f70c9be29879fc17bde9d2ac53c2.zip |
Add untar action
tries to tar xf selected files. If tar was successful, the archive is
deleted. Should make archiving pics a bit easier.
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 27c366f..0b34874 100644 --- a/filesystemwidget.h +++ b/filesystemwidget.h @@ -74,6 +74,7 @@ class FilesystemWidget : public QWidget { void setWindowTitle(); void preview(); void unpack(); + void untar(); void selectUnpackDir(); void centerCurrent(); void resizeFileView(); |