aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/git/remotedialog.h
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@theqtcompany.com>2015-11-19 16:48:37 +0100
committerTobias Hunger <tobias.hunger@theqtcompany.com>2015-11-23 14:48:09 +0000
commit7b3aa16dc665e3af788c1cff3945438c8a8abd05 (patch)
tree1179eeba2dffc19f58dfb4cda796e2a0f6095f5a /src/plugins/git/remotedialog.h
parent8f8c1052a2ccec0d1bbcdcf94a0346ae3609a3e0 (diff)
Git: Use Qt5-style connects
The heavy lifting was done by clazy. Change-Id: I60dcd378419b92f96dc681921701c9231ef8ee57 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
Diffstat (limited to 'src/plugins/git/remotedialog.h')
-rw-r--r--src/plugins/git/remotedialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/git/remotedialog.h b/src/plugins/git/remotedialog.h
index a3cf3dcc885..940cfa2fb87 100644
--- a/src/plugins/git/remotedialog.h
+++ b/src/plugins/git/remotedialog.h
@@ -80,6 +80,7 @@ public:
public slots:
void refresh(const QString &repository, bool force);
+private:
void refreshRemotes();
void addRemote();
void removeRemote();
@@ -88,7 +89,6 @@ public slots:
void updateButtonState();
-private:
Ui::RemoteDialog *m_ui;
RemoteModel *m_remoteModel;