diff base/PropertyContainer.h @ 116:a08718723b20

* Add units repository, and unit property on time-value and note layers.
author Chris Cannam
date Thu, 11 May 2006 15:02:14 +0000
parents 5b8392e80ed6
children e4acb520ad2a
line wrap: on
line diff
--- a/base/PropertyContainer.h	Thu May 11 11:35:46 2006 +0000
+++ b/base/PropertyContainer.h	Thu May 11 15:02:14 2006 +0000
@@ -39,6 +39,7 @@
 	RangeProperty, // range of integers
 	ValueProperty, // range of integers given string labels
 	ColourProperty, // colours, get/set as qRgb
+        UnitsProperty, // unit from UnitDatabase, get/set unit id
 	InvalidProperty, // property not found!
     };