LanguageClient: Modernize

modernize-*

Change-Id: I966de09934b9ba3b0497d1df5744c8c3f826240f
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
Alessandro Portale
2018-11-14 01:21:20 +01:00
parent 88b43d54c3
commit b2cea9474c
6 changed files with 9 additions and 9 deletions

View File

@@ -290,7 +290,7 @@ void LanguageClientManager::editorOpened(Core::IEditor *iEditor)
}
}
void LanguageClientManager::editorsClosed(const QList<Core::IEditor *> editors)
void LanguageClientManager::editorsClosed(const QList<Core::IEditor *> &editors)
{
for (auto iEditor : editors) {
if (auto editor = qobject_cast<TextEditor::BaseTextEditor *>(iEditor)) {