Fixed non-required override of propertyByIndexAsString

This commit is contained in:
Klaus Basan
2014-07-02 22:35:32 +02:00
parent ce8a089949
commit 2c2a59e5a4
2 changed files with 0 additions and 12 deletions

View File

@@ -127,15 +127,6 @@ namespace BlackMisc
return QVariant::fromValue(m);
}
/*
* Property as string by index
*/
QString CServer::propertyByIndexAsString(int index, bool i18n) const
{
QVariant qv = this->propertyByIndex(index);
return BlackMisc::qVariantToString(qv, i18n);
}
/*
* Property by index (setter)
*/