summaryrefslogtreecommitdiffstats
path: root/src/LoginPage.h
diff options
context:
space:
mode:
authorJedi18 <targetakhil@gmail.com>2021-02-25 18:10:06 +0530
committerJedi18 <targetakhil@gmail.com>2021-02-25 18:10:06 +0530
commit4a5b9d014a7659223b3a820723b13f834b922c4f (patch)
tree1ca7af351de79647885f7dc3ed1fcf389c1b81c0 /src/LoginPage.h
parent043737c8cb0f6ef058bc8578a566a6c5c218e231 (diff)
change mtxclient url, fix login page assert failure and dendrite registration bug
Diffstat (limited to 'src/LoginPage.h')
-rw-r--r--src/LoginPage.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/LoginPage.h b/src/LoginPage.h
index 2341c0ce..f6428cbb 100644
--- a/src/LoginPage.h
+++ b/src/LoginPage.h
@@ -59,6 +59,7 @@ signals:
void versionOkCb(bool passwordSupported, bool ssoSupported);
void loginOk(const mtx::responses::Login &res);
+ void showErrorMessage(QLabel *label, const QString &msg);
protected:
void paintEvent(QPaintEvent *event) override;