aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/git/gitclient.h
diff options
context:
space:
mode:
authorFriedemann Kleint <[email protected]>2010-08-12 14:44:57 +0200
committerFriedemann Kleint <[email protected]>2010-08-12 14:44:57 +0200
commitcb3333231120c712cb1b26f13d996bd710a8572c (patch)
treebd7f50255e52c99c5e36e0ce9c89352d1d1599e3 /src/plugins/git/gitclient.h
parent1ae9940b325f4c6ca908790b041674921fd97b12 (diff)
VCS[git]: Add branch combo to the checkout wizard.
Provide UI with manual refresh button in BaseCheckoutWizardPage. Change ProcessCheckoutJob to be able to execute several steps. Implement in git.
Diffstat (limited to 'src/plugins/git/gitclient.h')
-rw-r--r--src/plugins/git/gitclient.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/git/gitclient.h b/src/plugins/git/gitclient.h
index db268813ad0..ef0ca8dac85 100644
--- a/src/plugins/git/gitclient.h
+++ b/src/plugins/git/gitclient.h
@@ -205,6 +205,7 @@ public:
bool *onBranch = 0);
void launchGitK(const QString &workingDirectory);
+ QStringList synchronousRepositoryBranches(const QString &repositoryURL);
GitSettings settings() const;
void setSettings(const GitSettings &s);