diff options
author | Ken Moore <ken@ixsystems.com> | 2017-06-07 07:22:51 -0400 |
---|---|---|
committer | Ken Moore <ken@ixsystems.com> | 2017-06-07 07:22:51 -0400 |
commit | 3e2450652b35f1461ebf3c652f2173b778ace05e (patch) | |
tree | 5e10a32aee8ba6786fd2b4c1f60438c99874f032 /src-qt5/desktop-utils/lumina-archiver/TarBackend.h | |
parent | Fix up the x11/lumina-core plist to account for the new archive icons. (diff) | |
download | lumina-3e2450652b35f1461ebf3c652f2173b778ace05e.tar.gz lumina-3e2450652b35f1461ebf3c652f2173b778ace05e.tar.bz2 lumina-3e2450652b35f1461ebf3c652f2173b778ace05e.zip |
Get the auto-extract functionality cleaned up with the signal/slots a bit.
Diffstat (limited to 'src-qt5/desktop-utils/lumina-archiver/TarBackend.h')
-rw-r--r-- | src-qt5/desktop-utils/lumina-archiver/TarBackend.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src-qt5/desktop-utils/lumina-archiver/TarBackend.h b/src-qt5/desktop-utils/lumina-archiver/TarBackend.h index ac2cb61f..271efa42 100644 --- a/src-qt5/desktop-utils/lumina-archiver/TarBackend.h +++ b/src-qt5/desktop-utils/lumina-archiver/TarBackend.h @@ -60,6 +60,7 @@ private slots: signals: void FileLoaded(); + void ExtractSuccessful(); void ProcessStarting(); void ProgressUpdate(int, QString); //percentage, text void ProcessFinished(bool, QString); //success, text |