forked from qt-creator/qt-creator
Emit extra signals to have the task manager show issues on project-load.
This commit is contained in:
@@ -714,7 +714,7 @@ void QmlJSTextEditor::updateDocumentNow()
|
||||
|
||||
const QString fileName = file()->fileName();
|
||||
|
||||
m_modelManager->updateSourceFiles(QStringList() << fileName);
|
||||
m_modelManager->updateSourceFiles(QStringList() << fileName, false);
|
||||
}
|
||||
|
||||
static void appendExtraSelectionsForMessages(
|
||||
|
Reference in New Issue
Block a user