minor change

This commit is contained in:
Roy Qu 2023-02-27 12:21:47 +08:00
parent 5760b05485
commit 9bf6b81493
1 changed files with 0 additions and 3 deletions

View File

@ -4902,9 +4902,6 @@ void Editor::checkSyntaxInBack()
return;
if (!syntaxer())
return;
if (syntaxer()->language()!=QSynedit::ProgrammingLanguage::CPP
&& syntaxer()->language()!=QSynedit::ProgrammingLanguage::ATTAssembly)
return;
pMainWindow->checkSyntaxInBack(this);
}