Git: Save settings

VCSBaseClient handles saving of settings for us, but we do not
use that yet, so we have to do that ourselves:-(

Change-Id: I731d01d429497581fad814effd68bbd784e05fe8
Reviewed-on: http://codereview.qt-project.org/6080
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
This commit is contained in:
Tobias Hunger
2011-10-05 15:28:24 +00:00
parent ddf01f357b
commit c6a9de7252
3 changed files with 8 additions and 0 deletions

View File

@@ -1070,6 +1070,7 @@ void GitPlugin::setSettings(const GitSettings &s)
return;
m_settings = s;
m_gitClient->saveSettings();
static_cast<GitVersionControl *>(versionControl())->emitConfigurationChanged();
}