refs #74 , minor tweak in CValueObject

This commit is contained in:
Klaus Basan
2014-03-06 00:08:29 +01:00
parent b70ebe4331
commit 53c3c814f8

View File

@@ -54,7 +54,7 @@ namespace BlackMisc
{ {
// not all classes have to implement this // not all classes have to implement this
qFatal("Property by index not implemented"); qFatal("Property by index not implemented");
return QVariant("boom"); // avoid compiler warning return QVariant("propertyByIndex not implemented"); // avoid compiler warning
} }
/* /*