From 8f96d8d5edc98fc1b7cacd02f3219e1a2f0fcab7 Mon Sep 17 00:00:00 2001 From: Javier Date: Sun, 14 Jun 2015 18:57:00 +0200 Subject: add saving of mainwindow state/geometry --- mainwindow.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mainwindow.h') 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); -- cgit v1.2.3