forked from qt-creator/qt-creator
QmlJSEditor: Do not clear out unrelated issues
Yet another fallout of 1b57e95c14
.
Fixes: QTCREATORBUG-31760
Change-Id: Ia08e14a04eead91021c48598c0b42865fbc944bd
Reviewed-by: André Hartmann <aha_1980@gmx.de>
This commit is contained in:
@@ -139,9 +139,6 @@ void QmlTaskManager::updateSemanticMessagesNow()
|
||||
|
||||
void QmlTaskManager::updateMessagesNow(bool updateSemantic)
|
||||
{
|
||||
// clear out the qmllint warnings when qmlls was disabled after being enabled
|
||||
TaskHub::clearTasks(ProjectExplorer::Constants::TASK_CATEGORY_COMPILE);
|
||||
|
||||
// don't restart a small update if a big one is running
|
||||
if (!updateSemantic && m_updatingSemantic)
|
||||
return;
|
||||
|
Reference in New Issue
Block a user