diff main/PreferencesDialog.h @ 237:99fa3387dfef

* Update remaining editable layers to support proper realignment on copy/paste * Permit pasting when no suitable layer is current: create a new layer on paste * Add preference for showing the splash screen or not * Rename spectrogram smoothing prefs (partly following Craig's suggestions)
author Chris Cannam
date Wed, 06 Feb 2008 14:15:09 +0000
parents d7ded015af32
children 9d47adc3e32d
line wrap: on
line diff
--- a/main/PreferencesDialog.h	Wed Feb 06 12:49:49 2008 +0000
+++ b/main/PreferencesDialog.h	Wed Feb 06 14:15:09 2008 +0000
@@ -45,6 +45,7 @@
     void tempDirRootChanged(QString root);
     void backgroundModeChanged(int mode);
     void viewFontSizeChanged(int sz);
+    void showSplashChanged(int state);
 
     void tempDirButtonClicked();
 
@@ -67,6 +68,7 @@
     QString m_tempDirRoot;
     int m_backgroundMode;
     int m_viewFontSize;
+    bool m_showSplash;
 
     bool m_changesOnRestart;
 };