diff options
author | Orgad Shaneh <[email protected]> | 2013-08-13 08:37:27 +0300 |
---|---|---|
committer | Orgad Shaneh <[email protected]> | 2013-08-20 12:54:02 +0200 |
commit | f9c4889a7fad90334fa6486497e3362efa62dc40 (patch) | |
tree | 86990c2675184b23692fcd16b038ba33846d1647 /src/plugins/git/gitclient.h | |
parent | cc2610aa71ae012261b5fecbf615d41250d088ac (diff) |
VCS: Use runVcs for Command
* Removes duplication
* Supports all flags accepted by runVcs
* Supports output while running
Change-Id: Id067791760753184cd2516c23634564880ca5db0
Reviewed-by: Tobias Hunger <[email protected]>
Diffstat (limited to 'src/plugins/git/gitclient.h')
-rw-r--r-- | src/plugins/git/gitclient.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/git/gitclient.h b/src/plugins/git/gitclient.h index bf7b86e9513..5a487b9bd85 100644 --- a/src/plugins/git/gitclient.h +++ b/src/plugins/git/gitclient.h @@ -328,8 +328,6 @@ public slots: private slots: void slotBlameRevisionRequested(const QString &source, QString change, int lineNumber); - void appendOutput(const QString &text) const; - void appendOutputSilently(const QString &text) const; void finishSubmoduleUpdate(); void fetchFinished(const QVariant &cookie); |