mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-17 10:55:32 +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
|
// 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
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user