EditorManager: Remove outdated TODO

Change-Id: I8c4632985ba9ec9bc2a4efa3754d50035e6b29d3
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
Orgad Shaneh
2021-10-13 10:53:58 +03:00
committed by Orgad Shaneh
parent c2e27bd927
commit f4701d2bd4

View File

@@ -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."));
}