diff --git a/src/blackmisc/valueobject.cpp b/src/blackmisc/valueobject.cpp index 17a61174a..0f9ac83e4 100644 --- a/src/blackmisc/valueobject.cpp +++ b/src/blackmisc/valueobject.cpp @@ -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 } /*