diff options
author | Tobias Hunger <tobias.hunger@theqtcompany.com> | 2015-04-29 14:34:07 +0200 |
---|---|---|
committer | Tobias Hunger <tobias.hunger@theqtcompany.com> | 2015-05-11 11:51:53 +0000 |
commit | 75f067550f15fe384f2b59989a90dcb7dd8d5e43 (patch) | |
tree | cd33c43e575a483a0d7a5516e71a9b29c16d33b7 /src/plugins/cvs/cvscontrol.h | |
parent | f5dcc93b7e816a7d728082a9f8261595104abe89 (diff) | |
download | qt-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/cvs/cvscontrol.h')
-rw-r--r-- | src/plugins/cvs/cvscontrol.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/plugins/cvs/cvscontrol.h b/src/plugins/cvs/cvscontrol.h index 7d2425aaad..ec18756877 100644 --- a/src/plugins/cvs/cvscontrol.h +++ b/src/plugins/cvs/cvscontrol.h @@ -63,6 +63,11 @@ public: QString vcsOpenText() const override; + Core::ShellCommand *createInitialCheckoutCommand(const QString &url, + const Utils::FileName &baseDirectory, + const QString &localName, + const QStringList &extraArgs) override; + void emitRepositoryChanged(const QString &s); void emitFilesChanged(const QStringList &l); |