From 53c3c814f8481d90a8e190081b2e80eed661156c Mon Sep 17 00:00:00 2001 From: Klaus Basan Date: Thu, 6 Mar 2014 00:08:29 +0100 Subject: [PATCH] refs #74 , minor tweak in CValueObject --- src/blackmisc/valueobject.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } /*