forked from qt-creator/qt-creator
Vcs: Drop VcsBaseOptionsPage hierarchy level
Adapt the remaining users: Cvs,Git,Svn. Change-Id: Idd730a33e5c64d18002b1a21b5f5c715b7fa5ffb Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -221,7 +221,7 @@ CvsPluginPrivate::CvsPluginPrivate()
|
||||
|
||||
m_client = new CvsClient(&m_settings);
|
||||
|
||||
new SettingsPage(vcsCtrl, &m_settings, this);
|
||||
new CvsSettingsPage(vcsCtrl, &m_settings, this);
|
||||
|
||||
new VcsSubmitEditorFactory(&submitParameters,
|
||||
[]() { return new CvsSubmitEditor(&submitParameters); }, this);
|
||||
|
Reference in New Issue
Block a user