Mercurial > hg > svcore
comparison 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 |
comparison
equal
deleted
inserted
replaced
93:27d726916ab3 | 94:5b8392e80ed6 |
---|---|
21 PropertyContainer::PropertyList | 21 PropertyContainer::PropertyList |
22 PropertyContainer::getProperties() const | 22 PropertyContainer::getProperties() const |
23 { | 23 { |
24 return PropertyList(); | 24 return PropertyList(); |
25 } | 25 } |
26 | |
27 //QString | |
28 //PropertyContainer::getPropertyLabel(const PropertyName &) const | |
29 //{ | |
30 // return ""; | |
31 //} | |
26 | 32 |
27 PropertyContainer::PropertyType | 33 PropertyContainer::PropertyType |
28 PropertyContainer::getPropertyType(const PropertyName &) const | 34 PropertyContainer::getPropertyType(const PropertyName &) const |
29 { | 35 { |
30 return InvalidProperty; | 36 return InvalidProperty; |