summaryrefslogtreecommitdiff
path: root/src/plugins/bazaar/bazaarcontrol.h
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@theqtcompany.com>2015-04-29 14:34:07 +0200
committerTobias Hunger <tobias.hunger@theqtcompany.com>2015-05-11 11:51:53 +0000
commit75f067550f15fe384f2b59989a90dcb7dd8d5e43 (patch)
treecd33c43e575a483a0d7a5516e71a9b29c16d33b7 /src/plugins/bazaar/bazaarcontrol.h
parentf5dcc93b7e816a7d728082a9f8261595104abe89 (diff)
downloadqt-creator-75f067550f15fe384f2b59989a90dcb7dd8d5e43.tar.gz
IVersionControl: Add method to get a ShellCommand for initial checkouts
Change-Id: Iabc056dad186d788003b221afb34303c37fef728 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
Diffstat (limited to 'src/plugins/bazaar/bazaarcontrol.h')
-rw-r--r--src/plugins/bazaar/bazaarcontrol.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/plugins/bazaar/bazaarcontrol.h b/src/plugins/bazaar/bazaarcontrol.h
index bd74926d41..f55ad73ca3 100644
--- a/src/plugins/bazaar/bazaarcontrol.h
+++ b/src/plugins/bazaar/bazaarcontrol.h
@@ -64,6 +64,11 @@ public:
bool vcsCreateRepository(const QString &directory) override;
bool vcsAnnotate(const QString &file, int line) override;
+ Core::ShellCommand *createInitialCheckoutCommand(const QString &url,
+ const Utils::FileName &baseDirectory,
+ const QString &localName,
+ const QStringList &extraArgs) override;
+
public slots:
// To be connected to the VCSTask's success signal to emit the repository/
// files changed signals according to the variant's type: