Adapt to upstream change

Change-Id: I382253de65d1accf9693348f361924eb58d0bed0
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
Christian Stenger
2021-11-03 08:17:57 +01:00
parent 8b3d718b3a
commit f37bd2436d

View File

@@ -714,8 +714,7 @@ void FossilPluginPrivate::showCommitWidget(const QList<VcsBase::VcsBaseClient::S
return;
}
Core::IEditor *editor = Core::EditorManager::openEditor(saver.filePath().toString(),
Constants::COMMIT_ID);
Core::IEditor *editor = Core::EditorManager::openEditor(saver.filePath(), Constants::COMMIT_ID);
if (!editor) {
VcsBase::VcsOutputWindow::appendError(tr("Unable to create an editor for the commit."));
return;