forked from qt-creator/qt-creator
Port to new connect api
Change-Id: Ifa29f380789c28cefda5dfdf497df42163fb2f94 Reviewed-by: hjk <hjk@theqtcompany.com>
This commit is contained in:
committed by
Laurent Montel
parent
478914a9ce
commit
250cc0640b
@@ -55,7 +55,8 @@ BranchCheckoutDialog::BranchCheckoutDialog(QWidget *parent,
|
||||
foundNoLocalChanges();
|
||||
}
|
||||
|
||||
connect(m_ui->moveChangesRadioButton, SIGNAL(toggled(bool)), this, SLOT(updatePopStashCheckBox(bool)));
|
||||
connect(m_ui->moveChangesRadioButton, &QRadioButton::toggled,
|
||||
this, &BranchCheckoutDialog::updatePopStashCheckBox);
|
||||
}
|
||||
|
||||
BranchCheckoutDialog::~BranchCheckoutDialog()
|
||||
|
||||
Reference in New Issue
Block a user