mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-10 00:04:48 -07:00
Fix Qt5 Slot/Signals for QCheckBoxes (#5201)
This commit is contained in:
parent
f2b0fa164e
commit
c6bfc8b8ea
4 changed files with 53 additions and 65 deletions
|
|
@ -80,8 +80,7 @@ DlgConnect::DlgConnect(QWidget *parent) : QDialog(parent)
|
|||
autoConnectCheckBox->setEnabled(false);
|
||||
}
|
||||
|
||||
connect(savePasswordCheckBox, SIGNAL(QT_STATE_CHANGED(QT_STATE_CHANGED_T)), this,
|
||||
SLOT(passwordSaved(QT_STATE_CHANGED_T)));
|
||||
connect(savePasswordCheckBox, &QCheckBox::QT_STATE_CHANGED, this, &DlgConnect::passwordSaved);
|
||||
|
||||
serverIssuesLabel =
|
||||
new QLabel(tr("If you have any trouble connecting or registering then contact the server staff for help!"));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue