K 10 svn:author V 6 adridg K 8 svn:date V 27 2018-07-04T09:30:56.623617Z K 7 svn:log V 302 x11-wm/qtfm Fix build with Clang6 mymodel.cpp:166:12: error: no viable conversion from returned value of type 'bool' to function return type 'QString' Presumably, false -> 0 -> NULL -> QString(char *) was at some point a viable conversion. Return an empty QString explicitly. Reported by: linimon END