diff base/PropertyContainer.h @ 229:7d5d51145b81

support stereo in MultiRealTimeFilter and integrate Equalizer filter
author lbajardsilogic
date Wed, 05 Mar 2008 14:08:57 +0000
parents a6b881972a62
children 628531da16ef
line wrap: on
line diff
--- a/base/PropertyContainer.h	Fri Feb 29 11:08:09 2008 +0000
+++ b/base/PropertyContainer.h	Wed Mar 05 14:08:57 2008 +0000
@@ -20,7 +20,9 @@
 
 #include <QString>
 #include <QObject>
-#include <vector>
+#include <QVector>
+
+//#include <vector>
 
 class PlayParameters;
 class RangeMapper;
@@ -105,10 +107,12 @@
 
 	virtual void emitPropertiesChanged() { emit propertiesChanged(this); }
 
+	virtual void setProperty(const PropertyName &, QVector<int> value){return;}
+
 signals:
     void propertyChanged(PropertyContainer::PropertyName);
 	void propertiesChanged(PropertyContainer*);
-
+	
 public slots:
     /**
      * Set a property.  This is used for all property types.  For