forked from qt-creator/qt-creator
QmlJS: Don't parse files we cannot open
This rids us of the "Issues" about various wizard files when opening qtcreator.pro Change-Id: Ib49e87ded791bcc9155e65a77cac523c1f67de56 Reviewed-by: Marco Benelli <marco.benelli@qt.io>
This commit is contained in:
@@ -888,6 +888,8 @@ void ModelManagerInterface::parseLoop(QSet<QString> &scannedPaths,
|
|||||||
QTextStream ins(&inFile);
|
QTextStream ins(&inFile);
|
||||||
contents = ins.readAll();
|
contents = ins.readAll();
|
||||||
inFile.close();
|
inFile.close();
|
||||||
|
} else {
|
||||||
|
continue;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user