https://bugs.kde.org/show_bug.cgi?id=367639
--- Comment #53 from Kevin Kofler <kevin.kof...@chello.at> --- In these commits, I see things like ,ms[0] == 0 or ms[1] != 0, where ms is a QStringList, so you are comparing a QString against 0. This doesn't look right. Either use isEmpty() or compare with the string "0", depending on what you actually meant. -- You are receiving this mail because: You are watching all bug changes.