diff options
author | Tobias Hunger <[email protected]> | 2011-10-05 15:28:24 +0000 |
---|---|---|
committer | Tobias Hunger <[email protected]> | 2011-10-05 17:34:46 +0200 |
commit | c6a9de7252bf4f2a7592153caaabe13ebad8c4eb (patch) | |
tree | 957e25a0c4aa749f62ac4788cf80a1dc567f48af /src/plugins/git/gitclient.h | |
parent | ddf01f357bfaf1ad973cecde89e9096b7267fd23 (diff) |
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 <[email protected]>
Diffstat (limited to 'src/plugins/git/gitclient.h')
-rw-r--r-- | src/plugins/git/gitclient.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/git/gitclient.h b/src/plugins/git/gitclient.h index b5335992e1a..f13973ff368 100644 --- a/src/plugins/git/gitclient.h +++ b/src/plugins/git/gitclient.h @@ -229,6 +229,7 @@ public: public slots: void show(const QString &source, const QString &id, const QStringList &args = QStringList()); + void saveSettings(); private slots: void slotBlameRevisionRequested(const QString &source, QString change, int lineNumber); |