diff options
Diffstat (limited to 'quitdialog.h')
-rwxr-xr-x | quitdialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quitdialog.h b/quitdialog.h index eec9b63..bc24712 100755 --- a/quitdialog.h +++ b/quitdialog.h @@ -38,7 +38,7 @@ public: QList <int> getTabIdsToSave(); private slots: - void myDiscard(); + void slotMyDiscard(); private: QAction *closeAct; |