Mercurial > hg > svcore
comparison base/PropertyContainer.cpp @ 928:6a94bb528e9d warnfix_no_size_t
Remove size_t's, fix compiler warnings
author | Chris Cannam |
---|---|
date | Tue, 17 Jun 2014 13:52:07 +0100 |
parents | f5cd33909744 |
children | a54016762f77 |
comparison
equal
deleted
inserted
replaced
917:49618f39ff09 | 928:6a94bb528e9d |
---|---|
52 if (deflt) *deflt = 0; | 52 if (deflt) *deflt = 0; |
53 return 0; | 53 return 0; |
54 } | 54 } |
55 | 55 |
56 QString | 56 QString |
57 PropertyContainer::getPropertyValueLabel(const PropertyName &name, int value) const | 57 PropertyContainer::getPropertyValueLabel(const PropertyName &, int) const |
58 { | 58 { |
59 return QString(); | 59 return QString(); |
60 } | 60 } |
61 | 61 |
62 RangeMapper * | 62 RangeMapper * |