diff options
Diffstat (limited to 'mainwindow.h')
-rw-r--r-- | mainwindow.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mainwindow.h b/mainwindow.h index 3f6aafc..e176122 100644 --- a/mainwindow.h +++ b/mainwindow.h @@ -62,6 +62,9 @@ private slots: void handleExport(); void handleAbout(); +protected: + void closeEvent(QCloseEvent *event); + private: QString formatDuration(qint64 time); |