diff options
| author | Silarn <jrim@rimpo.org> | 2018-08-20 18:34:31 -0500 |
|---|---|---|
| committer | Silarn <jrim@rimpo.org> | 2019-02-18 21:26:44 -0600 |
| commit | 9fe2f6126dc7b9396d188b57ccb097f0035f57b7 (patch) | |
| tree | dfb6038767f55238506122682b644ac86415050b /src/organizercore.h | |
| parent | bd9cc6254c8ded2f726e2b001a4ecf61ac0e5a1d (diff) | |
Initial Nexus API changes:
- Switch to SSO with WebSocket
- Update endpoints (all but version checking)
Diffstat (limited to 'src/organizercore.h')
| -rw-r--r-- | src/organizercore.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/organizercore.h b/src/organizercore.h index 68d4e7e4..0a4cff6c 100644 --- a/src/organizercore.h +++ b/src/organizercore.h @@ -245,7 +245,7 @@ public slots: void requestDownload(const QUrl &url, QNetworkReply *reply);
void downloadRequestedNXM(const QString &url);
- bool nexusLogin(bool retry = false);
+ bool nexusApi(bool retry = false);
signals:
@@ -267,7 +267,7 @@ private: QString commitSettings(const QString &iniFile);
- bool queryLogin(QString &username, QString &password);
+ bool queryApi(QString &apiKey);
void updateModActiveState(int index, bool active);
void updateModsActiveState(const QList<unsigned int> &modIndices, bool active);
@@ -341,7 +341,6 @@ private: QThread m_RefresherThread;
- bool m_AskForNexusPW;
bool m_DirectoryUpdate;
bool m_ArchivesInit;
bool m_ArchiveParsing{ m_Settings.archiveParsing() };
|
