|
|
|
@ -49,8 +49,8 @@ public: |
|
|
|
void setCertificatePaths(const QStringList &paths) { m_certPaths = paths; } |
|
|
|
void setCertificatePaths(const QStringList &paths) { m_certPaths = paths; } |
|
|
|
QStringList certificatePaths() { return m_certPaths; } |
|
|
|
QStringList certificatePaths() { return m_certPaths; } |
|
|
|
|
|
|
|
|
|
|
|
void setIgnoreAllWarnings(bool state) { m_ignoreAllWarnings = state; } |
|
|
|
void setIgnoreAllWarnings(bool state); |
|
|
|
bool isIgnoringAllWarnings() { return m_ignoreAllWarnings; } |
|
|
|
bool isIgnoringAllWarnings(); |
|
|
|
|
|
|
|
|
|
|
|
NetworkProxyFactory* proxyFactory() const; |
|
|
|
NetworkProxyFactory* proxyFactory() const; |
|
|
|
|
|
|
|
|
|
|
|
|