summaryrefslogtreecommitdiff
path: root/src/nexusinterface.h
diff options
context:
space:
mode:
authorLostDragonist <lost.dragonist@gmail.com>2019-03-07 16:55:42 -0600
committerLostDragonist <lost.dragonist@gmail.com>2019-03-07 16:55:42 -0600
commitd5ba8802830351e19bcf01e42090b81d5fa623d0 (patch)
treeb3226292cf636631f49d1719c7418a66488f1379 /src/nexusinterface.h
parent70bcd97bd23756a92507006e6202eee7af902cd3 (diff)
Suppress expected network errors during MD5 searches
Diffstat (limited to 'src/nexusinterface.h')
-rw-r--r--src/nexusinterface.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nexusinterface.h b/src/nexusinterface.h
index 6f3c9cd1..ac7f61c5 100644
--- a/src/nexusinterface.h
+++ b/src/nexusinterface.h
@@ -509,6 +509,8 @@ private:
int m_Endorse;
int m_Track;
QByteArray m_Hash;
+ QMap<QNetworkReply::NetworkError,QList<int>> m_AllowedErrors;
+ bool m_IgnoreGenericErrorHandler;
NXMRequestInfo(int modID, Type type, QVariant userData, const QString &subModule, MOBase::IPluginGame const *game);
NXMRequestInfo(int modID, QString modVersion, Type type, QVariant userData, const QString &subModule, MOBase::IPluginGame const *game);