diff base/PropertyContainer.cpp @ 94:5b8392e80ed6

* 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 d397ea0a79f5
children 60ba218a54bb
line wrap: on
line diff
--- a/base/PropertyContainer.cpp	Wed May 03 16:47:04 2006 +0000
+++ b/base/PropertyContainer.cpp	Wed May 03 16:48:03 2006 +0000
@@ -24,6 +24,12 @@
     return PropertyList();
 }
 
+//QString
+//PropertyContainer::getPropertyLabel(const PropertyName &) const
+//{
+//    return "";
+//}
+
 PropertyContainer::PropertyType
 PropertyContainer::getPropertyType(const PropertyName &) const
 {