diff layer/NoteLayer.h @ 87:4b98bda7e94d

* Add property labels to property containers (so i18n() won't affect file format)
author Chris Cannam
date Wed, 03 May 2006 16:48:03 +0000
parents 19bf27e4fb29
children 0f36cdf407a6
line wrap: on
line diff
--- a/layer/NoteLayer.h	Wed May 03 14:26:26 2006 +0000
+++ b/layer/NoteLayer.h	Wed May 03 16:48:03 2006 +0000
@@ -61,6 +61,7 @@
     void setModel(NoteModel *model);
 
     virtual PropertyList getProperties() const;
+    virtual QString getPropertyLabel(const PropertyName &) const;
     virtual PropertyType getPropertyType(const PropertyName &) const;
     virtual int getPropertyRangeAndValue(const PropertyName &,
 					   int *min, int *max) const;