diff options
| author | Tannin <devnull@localhost> | 2015-08-09 12:40:57 +0200 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2015-08-09 12:40:57 +0200 |
| commit | ff8057d34bb4e9cf12f5d39b5c1b79ac092b387f (patch) | |
| tree | 6e13de3aa2a4b8ebf3bf771f59d5bdfe2de2f096 /src/organizercore.h | |
| parent | 8cf429a1dd0d99790f2564b3ad363788e224711a (diff) | |
- MO now validates session cookie on startup
- It also retrieves account status
- rewrote how MO decides when to log-in/when to give up on logging in
Diffstat (limited to 'src/organizercore.h')
| -rw-r--r-- | src/organizercore.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/organizercore.h b/src/organizercore.h index d60ce2ab..014a4ab8 100644 --- a/src/organizercore.h +++ b/src/organizercore.h @@ -182,7 +182,7 @@ public slots: void requestDownload(const QUrl &url, QNetworkReply *reply);
void downloadRequestedNXM(const QString &url);
- bool nexusLogin();
+ bool nexusLogin(bool retry = false);
signals:
|
