There exist space characters other than ' ' (character code 32). Instead of using a static QString with hard-coded characters, check for space characters using QChar::isSpace() and check the quotes explicitly. BUG: 128327
Changed paths: