forked from qt-creator/qt-creator
Refactored the Mercurial plugin
Refactored the mercurial plugin which led to new vcsbase common tools (VCSBaseClient, VCSBaseClientSettings and VCSJobRunner) Merge-request: 229 Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
This commit is contained in:
@@ -126,7 +126,8 @@ void OptionsPage::apply()
|
||||
if (newSettings != plugin->settings()) {
|
||||
//assume success and emit signal that settings are changed;
|
||||
plugin->setSettings(newSettings);
|
||||
newSettings.writeSettings(Core::ICore::instance()->settings());
|
||||
newSettings.writeSettings(Core::ICore::instance()->settings(),
|
||||
QLatin1String("Mercurial"));
|
||||
emit settingsChanged();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user