summaryrefslogtreecommitdiff
path: root/src/settingsdialog.h
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2019-06-03 17:20:31 -0400
committerisanae <14251494+isanae@users.noreply.github.com>2019-06-03 17:20:31 -0400
commit933f460ee61a89ff71038c478de92d6c3760cc9a (patch)
treed4fa53698674b8d418e4c4f19e1dfe5d2ae85c29 /src/settingsdialog.h
parentf00314442b9c3c28e846c64da3c3f776e50656de (diff)
added new dialog to enter api key manually
added button in nexus settings to open the dialog added a force flag to apiCheck() to do a check with the new key even if the login was successful before
Diffstat (limited to 'src/settingsdialog.h')
-rw-r--r--src/settingsdialog.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/settingsdialog.h b/src/settingsdialog.h
index afe988bd..a844b391 100644
--- a/src/settingsdialog.h
+++ b/src/settingsdialog.h
@@ -156,6 +156,8 @@ private slots:
void on_nexusConnect_clicked();
+ void on_nexusManualKey_clicked();
+
void dispatchLogin();
void loginPing();