forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/9.0'
Conflicts: cmake/QtCreatorIDEBranding.cmake qbs/modules/qtc/qtc.qbs qtcreator_ide_branding.pri src/plugins/qmldesigner/components/edit3d/edit3dwidget.cpp Change-Id: I154a9ababa9e166cb06e98652d481fe6234f6399
This commit is contained in:
@@ -293,7 +293,11 @@ void TestCodeParser::scanForTests(const Utils::FilePaths &fileList,
|
||||
qCDebug(LOG) << "File list empty (FullParse) - trying again in a sec";
|
||||
emitUpdateTestTree();
|
||||
return;
|
||||
} else if (list.size() == 1 && list.first() == project->projectFilePath()) {
|
||||
qCDebug(LOG) << "File list contains only the project file.";
|
||||
return;
|
||||
}
|
||||
|
||||
qCDebug(LOG) << "setting state to FullParse (scanForTests)";
|
||||
m_parserState = FullParse;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user