From f4701d2bd44e8f4095a375e81848e5e920128514 Mon Sep 17 00:00:00 2001 From: Orgad Shaneh Date: Wed, 13 Oct 2021 10:53:58 +0300 Subject: [PATCH] EditorManager: Remove outdated TODO Change-Id: I8c4632985ba9ec9bc2a4efa3754d50035e6b29d3 Reviewed-by: Eike Ziller --- src/plugins/coreplugin/editormanager/editormanager.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/plugins/coreplugin/editormanager/editormanager.cpp b/src/plugins/coreplugin/editormanager/editormanager.cpp index 7944c882853..df1cc400931 100644 --- a/src/plugins/coreplugin/editormanager/editormanager.cpp +++ b/src/plugins/coreplugin/editormanager/editormanager.cpp @@ -2268,7 +2268,6 @@ void EditorManagerPrivate::vcsOpenCurrentEditor() return; if (!versionControl->vcsOpen(document->filePath())) { - // TODO: wrong dialog parent QMessageBox::warning(ICore::dialogParent(), tr("Cannot Open File"), tr("Cannot open the file for editing with VCS.")); }