Skip to content

Fix compiling against Qt 5.8

username-removed-1262671 requested to merge kll/sleepyhead-code:qt-5.8 into master

Qt 5.8 introduced a new overload to QStringRef::compare that now causes many ambiguities and the compile to fail. I wrapped the strings being compared with QLatin1String to remove the ambiguity. The specific overload being used was added in Qt 4.8 so it will not break the build when using Qt 5.5 mentioned in the readme.

Merge request reports