diff options
author | Orgad Shaneh <orgad.shaneh@audiocodes.com> | 2017-02-04 22:02:04 +0200 |
---|---|---|
committer | Orgad Shaneh <orgads@gmail.com> | 2017-02-05 07:43:25 +0000 |
commit | 67933e4c1f49e9e270e053d063232cda65dad193 (patch) | |
tree | 0d444eeded98526bbff761149d6098c4f4e8e79f /src/plugins/git/stashdialog.h | |
parent | 5b50854e57cfaf29a1aaeadd2b2f945b612b8967 (diff) | |
download | qt-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.h | 2 |
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: |