forked from qt-creator/qt-creator
Vcs: Separate plugin and QObject parent roles for VcsSubmitEditorFactory
These are different when the factories are used as real members, as already done in Bazaar. Change-Id: I3c187896dcbacb5156be1543424ccacb9140a493 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -439,7 +439,7 @@ ClearCasePluginPrivate::ClearCasePluginPrivate()
|
||||
|
||||
new ClearCaseSettingsPage(this);
|
||||
|
||||
new VcsSubmitEditorFactory(submitParameters, [] { return new ClearCaseSubmitEditor; }, this);
|
||||
new VcsSubmitEditorFactory(submitParameters, [] { return new ClearCaseSubmitEditor; }, this, this);
|
||||
|
||||
// any editor responds to describe (when clicking a version)
|
||||
const auto describeFunc = [this](const QString &source, const QString &changeNr) {
|
||||
|
||||
Reference in New Issue
Block a user