forked from qt-creator/qt-creator
EditorManager: Remove outdated TODO
Change-Id: I8c4632985ba9ec9bc2a4efa3754d50035e6b29d3 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
committed by
Orgad Shaneh
parent
c2e27bd927
commit
f4701d2bd4
@@ -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."));
|
||||
}
|
||||
|
Reference in New Issue
Block a user