summaryrefslogtreecommitdiff
path: root/src/plugins/bazaar
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@theqtcompany.com>2015-03-27 15:24:45 +0100
committerTobias Hunger <tobias.hunger@theqtcompany.com>2015-04-10 09:49:47 +0000
commit07d6757ca88f6879bfbd30f027b0b548bb479298 (patch)
tree8673b90a337145f31ff2a40c470472229b58b870 /src/plugins/bazaar
parent3f6f987dceb4accf643a992498c755ae69b88859 (diff)
downloadqt-creator-07d6757ca88f6879bfbd30f027b0b548bb479298.tar.gz
Vcs: Move createCommand and enqueueJob into VcsBaseClientImpl
Change-Id: I86a4ddfd6c53a3be61c56579d8eaf5d49258a8f1 Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
Diffstat (limited to 'src/plugins/bazaar')
-rw-r--r--src/plugins/bazaar/bazaarclient.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/plugins/bazaar/bazaarclient.cpp b/src/plugins/bazaar/bazaarclient.cpp
index 48dc0e7c5d..9cf40be7f7 100644
--- a/src/plugins/bazaar/bazaarclient.cpp
+++ b/src/plugins/bazaar/bazaarclient.cpp
@@ -118,8 +118,7 @@ public:
}
};
-BazaarClient::BazaarClient() :
- VcsBaseClient(new BazaarSettings)
+BazaarClient::BazaarClient() : VcsBaseClient(new BazaarSettings)
{
setDiffParameterWidgetCreator([this] { return new BazaarDiffParameterWidget(settings()); });
setLogParameterWidgetCreator([this] { return new BazaarLogParameterWidget(settings()); });