diff options
| author | LostDragonist <lost.dragonist@gmail.com> | 2019-06-04 20:25:13 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-06-04 20:25:13 -0500 |
| commit | e6f5e471a73dc0d4e3994c23c51721d805144742 (patch) | |
| tree | a0af6727b1706cbd5981d08c7838062ccd73f8ba /src/nxmaccessmanager.h | |
| parent | 2fb33d891f15a598b16d34960a51bff0be30bcdc (diff) | |
| parent | c31303c6af77a47e61efd94022302f860ed5ebfc (diff) | |
Merge pull request #749 from isanae/manual-nexus-api-key
New dialog to manually enter Nexus API key
Diffstat (limited to 'src/nxmaccessmanager.h')
| -rw-r--r-- | src/nxmaccessmanager.h | 2 |
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; |
