forked from qt-creator/qt-creator
Utils: filepathify fileutils
Change-Id: Ic9048369f64d793f5f567cdb0c715488fb5a4ff6 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -643,7 +643,7 @@ void MercurialPluginPrivate::showCommitWidget(const QList<VcsBaseClient::StatusI
|
||||
return;
|
||||
}
|
||||
|
||||
Core::IEditor *editor = Core::EditorManager::openEditor(saver.fileName(),
|
||||
Core::IEditor *editor = Core::EditorManager::openEditor(saver.filePath().toString(),
|
||||
Constants::COMMIT_ID);
|
||||
if (!editor) {
|
||||
VcsOutputWindow::appendError(tr("Unable to create an editor for the commit."));
|
||||
|
||||
Reference in New Issue
Block a user