diff base/PropertyContainer.h @ 141:4f26f623a8bc

* Finish preferences dialog (as far as it's going at the moment) and connect it up * Fix Parzen window shape (was triangular!) * Various fixes to spectrogram draw coordinates in smoothing mode etc * Draw C keys in grey on the piano
author Chris Cannam
date Fri, 21 Jul 2006 16:03:42 +0000
parents e4acb520ad2a
children 60ba218a54bb
line wrap: on
line diff
--- a/base/PropertyContainer.h	Thu Jul 20 16:51:20 2006 +0000
+++ b/base/PropertyContainer.h	Fri Jul 21 16:03:42 2006 +0000
@@ -90,7 +90,7 @@
     virtual PlayParameters *getPlayParameters() { return 0; }
 
 signals:
-    void propertyChanged(PropertyName);
+    void propertyChanged(PropertyContainer::PropertyName);
     
 public slots:
     /**