mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 08:36:52 +08:00
refs #74 , minor tweak in CValueObject
This commit is contained in:
@@ -54,7 +54,7 @@ namespace BlackMisc
|
||||
{
|
||||
// not all classes have to implement this
|
||||
qFatal("Property by index not implemented");
|
||||
return QVariant("boom"); // avoid compiler warning
|
||||
return QVariant("propertyByIndex not implemented"); // avoid compiler warning
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user