summary refs log tree commit diff
path: root/include/LoginPage.h
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2017-10-20 22:32:48 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2017-10-20 22:32:48 +0300
commit13e526c27d91c5cfa61ef709b7d1b0e709ba59fb (patch)
tree1b87c3c3894aa0ed71f276838a1d7011d26da5c9 /include/LoginPage.h
parentMove ctrl-k callback to the MainWindow (diff)
downloadnheko-13e526c27d91c5cfa61ef709b7d1b0e709ba59fb.tar.xz
Retry initial sync (#19)
Diffstat (limited to 'include/LoginPage.h')
-rw-r--r--include/LoginPage.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/include/LoginPage.h b/include/LoginPage.h

index 5caa3f1e..88cffaf3 100644 --- a/include/LoginPage.h +++ b/include/LoginPage.h
@@ -43,6 +43,10 @@ public: signals: void backButtonClicked(); +public slots: + // Displays errors produced during the login. + void loginError(QString error_message); + private slots: // Callback for the back button. void onBackButtonClicked(); @@ -56,9 +60,6 @@ private slots: // Callback for probing the manually entered server void onServerAddressEntered(); - // Displays errors produced during the login. - void loginError(QString error_message); - // Callback for errors produced during server probing void versionError(QString error_message);