summaryrefslogtreecommitdiffstats
path: root/shemovcleaner.h
diff options
context:
space:
mode:
authorArno <arno@disconnect.de>2016-09-03 04:49:51 +0200
committerArno <arno@disconnect.de>2016-09-03 04:49:51 +0200
commitf80c6c80da7530b43f15acd3b60b27ab6c629f3d (patch)
treef2ec93b7a894a941d8013388e23f0379833f58ff /shemovcleaner.h
parent86d3baf2c6c6ff3bb987dcd30cd606f0a45ef626 (diff)
downloadShemovCleaner-f80c6c80da7530b43f15acd3b60b27ab6c629f3d.tar.gz
ShemovCleaner-f80c6c80da7530b43f15acd3b60b27ab6c629f3d.tar.bz2
ShemovCleaner-f80c6c80da7530b43f15acd3b60b27ab6c629f3d.zip
FileWidget enhancements
* add distinct icons for files presenet or non present in DB and non- video files, make it sortable * read and save settings * save geometry of ShemovCleaner
Diffstat (limited to 'shemovcleaner.h')
-rw-r--r--shemovcleaner.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/shemovcleaner.h b/shemovcleaner.h
index a518ae2..e21dbe4 100644
--- a/shemovcleaner.h
+++ b/shemovcleaner.h
@@ -19,6 +19,9 @@ class ShemovCleaner : public QMainWindow {
void setSelectionCount(const QString &msg);
void configure();
+ protected:
+ virtual void closeEvent(QCloseEvent *e);
+
private:
void createStatusBar();
void createActions();