diff options
author | A-Team <ateam@pad.test.qt.nokia.com> | 2010-12-06 23:00:13 (GMT) |
---|---|---|
committer | A-Team <ateam@pad.test.qt.nokia.com> | 2010-12-06 23:00:13 (GMT) |
commit | dd6ca88e6f8d7c3c0f38e9343dc4db409e854de6 (patch) | |
tree | 132c399f7a57b615ca680cf2a3d28d94984a2655 /src/plugins/bearer/icd/proxyconf.h | |
parent | 34bfad76d1afe4a0ee27496e740c8566387dc16c (diff) | |
parent | 6af078b2a13f4855a35d48376e58154ee2d57ec1 (diff) | |
download | Qt-dd6ca88e6f8d7c3c0f38e9343dc4db409e854de6.zip Qt-dd6ca88e6f8d7c3c0f38e9343dc4db409e854de6.tar.gz Qt-dd6ca88e6f8d7c3c0f38e9343dc4db409e854de6.tar.bz2 |
Merge branch '4.7-upstream' into 4.7-doc
Diffstat (limited to 'src/plugins/bearer/icd/proxyconf.h')
-rw-r--r-- | src/plugins/bearer/icd/proxyconf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/bearer/icd/proxyconf.h b/src/plugins/bearer/icd/proxyconf.h index 884cc5c..eedbbf2 100644 --- a/src/plugins/bearer/icd/proxyconf.h +++ b/src/plugins/bearer/icd/proxyconf.h @@ -58,6 +58,7 @@ public: virtual ~ProxyConf(); QList<QNetworkProxy> flush(const QNetworkProxyQuery &query = QNetworkProxyQuery()); // read the proxies from db + void readProxyData(); /* Note that for each update() call there should be corresponding * clear() call because the ProxyConf class implements a reference |