summaryrefslogtreecommitdiff
path: root/src/nxmaccessmanager.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/nxmaccessmanager.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/nxmaccessmanager.h')
-rw-r--r--src/nxmaccessmanager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nxmaccessmanager.h b/src/nxmaccessmanager.h
index 54ae14fb..e3608f8d 100644
--- a/src/nxmaccessmanager.h
+++ b/src/nxmaccessmanager.h
@@ -46,7 +46,7 @@ public:
bool validateAttempted() const;
bool validateWaiting() const;
- void apiCheck(const QString &apiKey);
+ void apiCheck(const QString &apiKey, bool force=false);
void showCookies() const;