Skip to content
Snippets Groups Projects
Commit d2a37ec9 authored by Loren Burkholder's avatar Loren Burkholder
Browse files

make lint

parent fedc1788
Branches qmlRecaptcha
No related tags found
No related merge requests found
......@@ -10,13 +10,14 @@
#include "MatrixClient.h"
ReCaptcha::ReCaptcha(const QString &session, const QString &context, QObject *parent)
: QObject{parent},
m_session{session},
m_context{context}
: QObject{parent}
, m_session{session}
, m_context{context}
{
}
void ReCaptcha::openReCaptcha()
void
ReCaptcha::openReCaptcha()
{
const auto url = QString("https://%1:%2/_matrix/client/r0/auth/m.login.recaptcha/"
"fallback/web?session=%3")
......
......@@ -13,8 +13,8 @@
#include "Logging.h"
#include "MatrixClient.h"
#include "dialogs/FallbackAuth.h"
#include "ReCaptcha.h"
#include "dialogs/FallbackAuth.h"
UIA *
UIA::instance()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment