forked from qt-creator/qt-creator
Adapt to upstream changes
Change-Id: Ib6b36e98229e0f14d07a10ac35f66ff1e7f6379a Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -714,7 +714,8 @@ void FossilPluginPrivate::showCommitWidget(const QList<VcsBase::VcsBaseClient::S
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
Core::IEditor *editor = Core::EditorManager::openEditor(saver.fileName(), Constants::COMMIT_ID);
|
Core::IEditor *editor = Core::EditorManager::openEditor(saver.filePath().toString(),
|
||||||
|
Constants::COMMIT_ID);
|
||||||
if (!editor) {
|
if (!editor) {
|
||||||
VcsBase::VcsOutputWindow::appendError(tr("Unable to create an editor for the commit."));
|
VcsBase::VcsOutputWindow::appendError(tr("Unable to create an editor for the commit."));
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user