HomeFreeBSD

x11-wm/qtfm Fix build with Clang6

Description

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

Details

Provenance
adridgAuthored on
Parents
rP473873: - Update to 20140804
Branches
Unknown
Tags
Unknown