mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-04 04:23:55 -07:00
Add backwards support Qt6.7's checkStateChanged on QCheckBoxes (#5137)
This commit is contained in:
parent
b041f4ace2
commit
8d5421d9da
18 changed files with 251 additions and 176 deletions
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
#include "../server/handle_public_servers.h"
|
||||
#include "../server/user/user_info_connection.h"
|
||||
#include "../utility/macros.h"
|
||||
|
||||
#include <QDialog>
|
||||
#include <QLineEdit>
|
||||
|
|
@ -54,7 +55,7 @@ public slots:
|
|||
private slots:
|
||||
void actOk();
|
||||
|
||||
void passwordSaved(int state);
|
||||
void passwordSaved(QT_STATE_CHANGED_T state);
|
||||
void previousHostSelected(bool state);
|
||||
void newHostSelected(bool state);
|
||||
void actForgotPassword();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue