diff options
author | Orgad Shaneh <[email protected]> | 2013-06-26 22:16:45 +0300 |
---|---|---|
committer | Orgad Shaneh <[email protected]> | 2013-07-04 15:26:39 +0200 |
commit | be5133cf72fc5c9f140ea090be12798887b885ab (patch) | |
tree | 4abc25ee82af818ed1f705ceda281046011d78af /src/plugins/git/gitclient.h | |
parent | 0159774451913270feb9301d3d5f5cacee70743a (diff) |
Git: Update branches dialog when repository is changed
and on fetch
Task-number: QTCREATORBUG-9667
Change-Id: Id2e5080502bbc28d5f7900dd0433e468dda56c82
Reviewed-by: Robert Loehning <[email protected]>
Reviewed-by: Petar Perisin <[email protected]>
Reviewed-by: Eike Ziller <[email protected]>
Reviewed-by: hjk <[email protected]>
Diffstat (limited to 'src/plugins/git/gitclient.h')
-rw-r--r-- | src/plugins/git/gitclient.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/git/gitclient.h b/src/plugins/git/gitclient.h index faf39964683..22e552d7da9 100644 --- a/src/plugins/git/gitclient.h +++ b/src/plugins/git/gitclient.h @@ -323,6 +323,7 @@ private slots: void appendOutputData(const QByteArray &data) const; void appendOutputDataSilently(const QByteArray &data) const; void finishSubmoduleUpdate(); + void fetchFinished(const QVariant &cookie); private: QTextCodec *getSourceCodec(const QString &file) const; |