diff view/ViewManager.cpp @ 326:4f4f38a11cd2

* Factor out uses of "Sonic Visualiser" in "common" code to applicationName() * Add ability to show work title + artist in top-left of pane (thinking of Vect but may be useful in SV in future) * A few other generalisations useful for Vect
author Chris Cannam
date Fri, 09 Nov 2007 17:46:58 +0000
parents 7b96a3261e1c
children e74b56f07c73 64e84e5efb76
line wrap: on
line diff
--- a/view/ViewManager.cpp	Wed Nov 07 16:52:52 2007 +0000
+++ b/view/ViewManager.cpp	Fri Nov 09 17:46:58 2007 +0000
@@ -43,6 +43,8 @@
     m_alignMode(false),
     m_overlayMode(StandardOverlays),
     m_zoomWheelsEnabled(true),
+    m_illuminateLocalFeatures(true),
+    m_showWorkTitle(false),
     m_lightPalette(QApplication::palette()),
     m_darkPalette(QApplication::palette())
 {