forked from qt-creator/qt-creator
Drop Qt5: VCS: Get rid of QComboBox QOverload
Change-Id: Ib2f21f28a0ec16b817f9227c6234424001752d50 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -57,7 +57,7 @@ GitLabDialog::GitLabDialog(QWidget *parent)
|
||||
|
||||
updateRemotes();
|
||||
|
||||
connect(m_ui.remoteCB, QOverload<int>::of(&QComboBox::currentIndexChanged),
|
||||
connect(m_ui.remoteCB, &QComboBox::currentIndexChanged,
|
||||
this, &GitLabDialog::requestMainViewUpdate);
|
||||
connect(m_ui.searchLE, &QLineEdit::returnPressed, this, &GitLabDialog::querySearch);
|
||||
connect(m_ui.searchPB, &QPushButton::clicked, this, &GitLabDialog::querySearch);
|
||||
|
||||
Reference in New Issue
Block a user