diff main/PreferencesDialog.h @ 163:652b22dcd4ed

* Add mouse actions to key and mouse reference dialog * Use QDialogButtonBox in all dialogs, for proper button ordering across platforms (requires Qt 4.2) * Fix #1733610 program does not exit if preferences dialog visible on close
author Chris Cannam
date Thu, 05 Jul 2007 11:07:01 +0000
parents c9930ec7a3f9
children 98ba77e0d897
line wrap: on
line diff
--- a/main/PreferencesDialog.h	Wed Jul 04 17:22:12 2007 +0000
+++ b/main/PreferencesDialog.h	Thu Jul 05 11:07:01 2007 +0000
@@ -31,6 +31,9 @@
     PreferencesDialog(QWidget *parent = 0, Qt::WFlags flags = 0);
     virtual ~PreferencesDialog();
 
+public slots:
+    void applicationClosing(bool quickly);
+
 protected slots:
     void windowTypeChanged(WindowType type);
     void spectrogramSmoothingChanged(int state);