Fix CI builds

This commit is contained in:
Konstantinos Sideris 2018-03-13 08:53:32 +02:00
parent 4659d0efc2
commit 1b5e18cb1a
2 changed files with 3 additions and 3 deletions

View file

@ -51,7 +51,7 @@ ReCaptcha::ReCaptcha(const QString &server, const QString &session, QWidget *par
layout->addWidget(label);
layout->addLayout(buttonLayout);
connect(openCaptchaBtn_, &QPushButton::clicked, [server, session, this]() {
connect(openCaptchaBtn_, &QPushButton::clicked, [server, session]() {
const auto url =
QString(
"https://%1/_matrix/client/r0/auth/m.login.recaptcha/fallback/web?session=%2")