forked from qt-creator/qt-creator
Fix compilation of previous commit
This commit is contained in:
@@ -999,7 +999,7 @@ QStringList QtVersionManager::splitLine(const QString &line)
|
||||
currentWord += line.at(i);
|
||||
escape = false;
|
||||
} else if (line.at(i) == ' ') {
|
||||
if (!currentWord.iSEmpty()) {
|
||||
if (!currentWord.isEmpty()) {
|
||||
results << currentWord;
|
||||
currentWord.clear();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user