aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/git/changeselectiondialog.h
diff options
context:
space:
mode:
authorOrgad Shaneh <orgad.shaneh@audiocodes.com>2013-03-05 19:40:29 +0200
committerOrgad Shaneh <orgads@gmail.com>2013-03-06 12:58:15 +0100
commit132f0e2bf3f2e6faff7be1ccce0709cd72a4ebc0 (patch)
tree3a14e86cff902fc05cfce21e00a4fff04b7349fa /src/plugins/git/changeselectiondialog.h
parent095b7fc20666644df185baac6cab085f0614fd37 (diff)
Git: Update details when working directory is changed
Change-Id: I48436f6c5a44a9c41e18b60e2e2c7c4204645528 Reviewed-by: Petar Perisin <petar.perisin@gmail.com> Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
Diffstat (limited to 'src/plugins/git/changeselectiondialog.h')
-rw-r--r--src/plugins/git/changeselectiondialog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/git/changeselectiondialog.h b/src/plugins/git/changeselectiondialog.h
index 6a78093e298..230c4966c7c 100644
--- a/src/plugins/git/changeselectiondialog.h
+++ b/src/plugins/git/changeselectiondialog.h
@@ -57,6 +57,7 @@ public slots:
private slots:
void setDetails(int exitCode);
void recalculateDetails(const QString &ref);
+ void refresh();
private:
Ui_ChangeSelectionDialog m_ui;