Close dialogs on confirmation
This commit is contained in:
parent
d4ce7a9dda
commit
ecc346a6da
8 changed files with 31 additions and 38 deletions
|
|
@ -138,7 +138,7 @@ RegisterPage::RegisterPage(QWidget *parent)
|
|||
new dialogs::ReCaptcha(QString::fromStdString(session), this);
|
||||
|
||||
connect(captchaDialog,
|
||||
&dialogs::ReCaptcha::closing,
|
||||
&dialogs::ReCaptcha::confirmation,
|
||||
this,
|
||||
[this, user, pass, session, captchaDialog]() {
|
||||
captchaDialog->close();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue