diff options
author | Friedemann Kleint <Friedemann.Kleint@nokia.com> | 2010-01-27 12:47:14 +0100 |
---|---|---|
committer | Friedemann Kleint <Friedemann.Kleint@nokia.com> | 2010-01-27 12:47:23 +0100 |
commit | 18ab532e5607b528fde3bf5dcc67cded0c4a1477 (patch) | |
tree | d8b2faff5c1ca59e5fe3818f57728c8ab03d10a3 /src/plugins/git/stashdialog.h | |
parent | 8ecc80ec4c11cdd4f13602251348d8c1b087c954 (diff) | |
download | qt-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.h | 2 |
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); |