Mercurial > hg > svcore
diff 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 |
line wrap: on
line diff
--- a/base/PropertyContainer.cpp Tue Jun 03 11:05:49 2014 +0100 +++ b/base/PropertyContainer.cpp Tue Jun 17 13:52:07 2014 +0100 @@ -54,7 +54,7 @@ } QString -PropertyContainer::getPropertyValueLabel(const PropertyName &name, int value) const +PropertyContainer::getPropertyValueLabel(const PropertyName &, int) const { return QString(); }