forked from qt-creator/qt-creator
Git: Use Qt5-style connects
The heavy lifting was done by clazy. Change-Id: I60dcd378419b92f96dc681921701c9231ef8ee57 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user