summaryrefslogtreecommitdiff
path: root/src/plugins/git/stashdialog.h
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@nokia.com>2010-01-27 12:47:14 +0100
committerFriedemann Kleint <Friedemann.Kleint@nokia.com>2010-01-27 12:47:23 +0100
commit18ab532e5607b528fde3bf5dcc67cded0c4a1477 (patch)
treed8b2faff5c1ca59e5fe3818f57728c8ab03d10a3 /src/plugins/git/stashdialog.h
parent8ecc80ec4c11cdd4f13602251348d8c1b087c954 (diff)
downloadqt-creator-18ab532e5607b528fde3bf5dcc67cded0c4a1477.tar.gz
VCS[git]: Make Branchdialog non-modal as is StashDialog.
Give dialogs a consistent look, set WA_DeleteOnClose on them and improve updating. Add a Refresh/Diff buttons to branch dialog.
Diffstat (limited to 'src/plugins/git/stashdialog.h')
-rw-r--r--src/plugins/git/stashdialog.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/git/stashdialog.h b/src/plugins/git/stashdialog.h
index 377fef41e8..bea5c7b43d 100644
--- a/src/plugins/git/stashdialog.h
+++ b/src/plugins/git/stashdialog.h
@@ -57,6 +57,8 @@ public:
explicit StashDialog(QWidget *parent = 0);
~StashDialog();
+ static QString msgRepositoryLabel(const QString &repository);
+
public slots:
void refresh(const QString &repository, bool force);