summaryrefslogtreecommitdiff
path: root/src/plugins/bazaar/bazaarplugin.cpp
diff options
context:
space:
mode:
authorcerf <delorme.hugues@gmail.com>2011-10-05 15:32:16 +0000
committerTobias Hunger <tobias.hunger@nokia.com>2011-10-05 17:33:28 +0200
commit6a72edb28aae97c01d787b10f2b6b8d44d7c43fa (patch)
tree6abacbad4fbab2cb37716d7de58f5afc1b609d33 /src/plugins/bazaar/bazaarplugin.cpp
parentd74a866bc64f511daf604846af9f94a79d3bb52d (diff)
downloadqt-creator-6a72edb28aae97c01d787b10f2b6b8d44d7c43fa.tar.gz
vcsbase: throw away VCSJobRunner, replaced by GitCommand
VCSBase::Command was created from GitCommand, it replaces VCSJobRunner. VCSBase::Command is simpler to use (in VCSBaseClient) and commands can show up in the progress manager. From now on, the git plugin can easily rely on vcsbase. Change-Id: I40593f354249cd94a4c79e90f9bf1362ff3bf5ec Merge-request: 394 Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com> Reviewed-on: http://codereview.qt-project.org/6078
Diffstat (limited to 'src/plugins/bazaar/bazaarplugin.cpp')
-rw-r--r--src/plugins/bazaar/bazaarplugin.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/bazaar/bazaarplugin.cpp b/src/plugins/bazaar/bazaarplugin.cpp
index d61b0d2a55..1e369b18f5 100644
--- a/src/plugins/bazaar/bazaarplugin.cpp
+++ b/src/plugins/bazaar/bazaarplugin.cpp
@@ -163,7 +163,6 @@ bool BazaarPlugin::initialize(const QStringList &arguments, QString *errorMessag
addAutoReleasedObject(m_optionsPage);
m_bazaarSettings.readSettings(m_core->settings());
- connect(m_optionsPage, SIGNAL(settingsChanged()), m_client, SLOT(handleSettingsChanged()));
connect(m_client, SIGNAL(changed(QVariant)), versionControl(), SLOT(changed(QVariant)));
static const char *describeSlot = SLOT(view(QString,QString));