summary refs log tree commit diff
path: root/include/LoginPage.h
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2018-02-18 22:22:26 +0200
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2018-02-18 22:22:26 +0200
commitc8bfb02211f93ec41f6d39edab5cf3298ed069ab (patch)
treede27aaec13be938be47ef272095ef222511f2cbf /include/LoginPage.h
parentProperly detect the start of the timeline (diff)
downloadnheko-c8bfb02211f93ec41f6d39edab5cf3298ed069ab.tar.xz
Show loading indicator while waiting for /login & /logout
fixes #208
Diffstat (limited to 'include/LoginPage.h')
-rw-r--r--include/LoginPage.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/LoginPage.h b/include/LoginPage.h

index f3ea16a1..003f0ee2 100644 --- a/include/LoginPage.h +++ b/include/LoginPage.h
@@ -40,6 +40,8 @@ public: signals: void backButtonClicked(); + void loggingIn(); + void errorOccured(); protected: void paintEvent(QPaintEvent *event) override;