summaryrefslogtreecommitdiff
path: root/src/plugins/git/stashdialog.h
diff options
context:
space:
mode:
authorOrgad Shaneh <orgad.shaneh@audiocodes.com>2017-02-04 22:02:04 +0200
committerOrgad Shaneh <orgads@gmail.com>2017-02-05 07:43:25 +0000
commit67933e4c1f49e9e270e053d063232cda65dad193 (patch)
tree0d444eeded98526bbff761149d6098c4f4e8e79f /src/plugins/git/stashdialog.h
parent5b50854e57cfaf29a1aaeadd2b2f945b612b8967 (diff)
downloadqt-creator-67933e4c1f49e9e270e053d063232cda65dad193.tar.gz
Git: Move msgRepositoryLabel from StashDialog to GitPlugin
It's being used by many dialogs. Change-Id: I3ef484cf8b9cc56210be1de5b4f201eb2f96ef67 Reviewed-by: André Hartmann <aha_1980@gmx.de>
Diffstat (limited to 'src/plugins/git/stashdialog.h')
-rw-r--r--src/plugins/git/stashdialog.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/git/stashdialog.h b/src/plugins/git/stashdialog.h
index 400c67a3a4..a64857b318 100644
--- a/src/plugins/git/stashdialog.h
+++ b/src/plugins/git/stashdialog.h
@@ -52,8 +52,6 @@ public:
explicit StashDialog(QWidget *parent = 0);
~StashDialog() override;
- static QString msgRepositoryLabel(const QString &repository);
-
void refresh(const QString &repository, bool force);
private: