diff ui/sslconnection.h @ 978:d92b1594e974

Merged.
author Emanuel Schuetze <emanuel@intevation.de>
date Fri, 29 Aug 2014 13:10:11 +0200
parents 879a634d0a40
children 2949f1842955
line wrap: on
line diff
--- a/ui/sslconnection.h	Fri Aug 29 13:09:40 2014 +0200
+++ b/ui/sslconnection.h	Fri Aug 29 13:10:11 2014 +0200
@@ -86,6 +86,15 @@
      */
     virtual bool downloadFile(const QString &resource, const QString &filename,
                               size_t maxSize) = 0;
+
+    /** @brief Set a proxy server to use.
+     *
+     * @param [in] proxyUrl theo URL of the proxy to use.
+     */
+    virtual void setProxy(const QUrl &proxyUrl) {
+        qWarning() << "Set proxy not supported";
+    }
+
 protected:
     QUrl mUrl;
     QByteArray mPinnedCert;

http://wald.intevation.org/projects/trustbridge/