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);
|
currentWord += line.at(i);
|
||||||
escape = false;
|
escape = false;
|
||||||
} else if (line.at(i) == ' ') {
|
} else if (line.at(i) == ' ') {
|
||||||
if (!currentWord.iSEmpty()) {
|
if (!currentWord.isEmpty()) {
|
||||||
results << currentWord;
|
results << currentWord;
|
||||||
currentWord.clear();
|
currentWord.clear();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user