forked from qt-creator/qt-creator
Adapt to upstream changes
Change-Id: Ib8884f1d62129d8275f4036bfd8880137733217c Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
committed by
Orgad Shaneh
parent
7855122c53
commit
4a9b113c5c
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user