|
|
|
@ -45,6 +45,7 @@ public: |
|
|
|
explicit NetworkManager(QupZilla* mainClass, QObject* parent = 0); |
|
|
|
explicit NetworkManager(QupZilla* mainClass, QObject* parent = 0); |
|
|
|
QNetworkReply* createRequest(QNetworkAccessManager::Operation op, const QNetworkRequest &request, QIODevice* outgoingData); |
|
|
|
QNetworkReply* createRequest(QNetworkAccessManager::Operation op, const QNetworkRequest &request, QIODevice* outgoingData); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
void loadSettings(); |
|
|
|
void saveCertificates(); |
|
|
|
void saveCertificates(); |
|
|
|
void loadCertificates(); |
|
|
|
void loadCertificates(); |
|
|
|
|
|
|
|
|
|
|
|
@ -60,7 +61,7 @@ public: |
|
|
|
void setIgnoreAllWarnings(bool state) { m_ignoreAllWarnings = state; } |
|
|
|
void setIgnoreAllWarnings(bool state) { m_ignoreAllWarnings = state; } |
|
|
|
bool isIgnoringAllWarnings() { return m_ignoreAllWarnings; } |
|
|
|
bool isIgnoringAllWarnings() { return m_ignoreAllWarnings; } |
|
|
|
|
|
|
|
|
|
|
|
void loadSettings(); |
|
|
|
void disconnectObjects(); |
|
|
|
|
|
|
|
|
|
|
|
signals: |
|
|
|
signals: |
|
|
|
void finishLoading(bool state); |
|
|
|
void finishLoading(bool state); |
|
|
|
|