diff options
Diffstat (limited to 'shemovcleaner.h')
-rw-r--r-- | shemovcleaner.h | 3 |
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(); |