diff options
| author | Silarn <jrim@rimpo.org> | 2019-05-09 12:04:03 -0500 |
|---|---|---|
| committer | Silarn <jrim@rimpo.org> | 2019-05-09 12:04:03 -0500 |
| commit | ed4eb2aae8fcf493c07a02cbca3df14f00c5e130 (patch) | |
| tree | df454d19e96d78b8a860d4fcb8f721392fe2c215 /src/nexusinterface.h | |
| parent | 3d2616ea989d728c4b1a1f9a3fc4cb852db50872 (diff) | |
Update NXM link handling to support premium link and validate user info
Diffstat (limited to 'src/nexusinterface.h')
| -rw-r--r-- | src/nexusinterface.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/nexusinterface.h b/src/nexusinterface.h index ac7f61c5..70c1c9c9 100644 --- a/src/nexusinterface.h +++ b/src/nexusinterface.h @@ -463,7 +463,7 @@ signals: public slots: - void setRateMax(const QString&, bool, std::tuple<int,int,int,int> limits); + void setRateMax(const QString&, int userId, bool isPremium, std::tuple<int,int,int,int> limits); private slots: @@ -551,6 +551,10 @@ private: int m_MaxDailyRequests; int m_MaxHourlyRequests; + int m_UserID; + + bool m_IsPremium; + }; #endif // NEXUSINTERFACE_H |
