Adapt to upstream changes

Change-Id: Ib8884f1d62129d8275f4036bfd8880137733217c
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Orgad Shaneh
2020-02-06 12:57:53 +02:00
committed by Orgad Shaneh
parent 7855122c53
commit 4a9b113c5c
3 changed files with 5 additions and 5 deletions

View File

@@ -167,8 +167,8 @@ FossilPluginPrivate::FossilPluginPrivate()
for (int i = 0; i < editorCount; i++)
new VcsBase::VcsEditorFactory(editorParameters + i, widgetCreator, describeFunc, this);
new VcsBase::VcsSubmitEditorFactory(&submitEditorParameters,
[]() { return new CommitEditor(&submitEditorParameters); }, this);
new VcsBase::VcsSubmitEditorFactory(submitEditorParameters,
[] { return new CommitEditor; }, this);
m_commandLocator = new Core::CommandLocator("Fossil", "fossil", "fossil", this);