mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-16 17:46:46 +02:00
toggleQAction(); in constructor to make the right initial button connection
This commit is contained in:
parent
ac93f86522
commit
4a3550ce0e
1 changed files with 3 additions and 0 deletions
|
@ -41,6 +41,9 @@ LoginDialog::LoginDialog(QWidget* parent) :
|
|||
this, &LoginDialog::handleLoginClicked);
|
||||
connect(_ui->closeButton, &QPushButton::clicked,
|
||||
this, &LoginDialog::close);
|
||||
|
||||
// Initialize toggle connection
|
||||
toggleQAction();
|
||||
};
|
||||
|
||||
LoginDialog::~LoginDialog() {
|
||||
|
|
Loading…
Reference in a new issue