summaryrefslogtreecommitdiffstats
path: root/src/network
diff options
context:
space:
mode:
authorMarkus Goetz <Markus.Goetz@nokia.com>2010-03-08 15:21:56 (GMT)
committerMarkus Goetz <Markus.Goetz@nokia.com>2010-03-08 15:21:56 (GMT)
commit298e91f240a3bc9db9450bf9b1ce7606531853ff (patch)
treea433ce70663b53c1cc70c624c12025cda723fc13 /src/network
parente99a9e6b8ef0521e46742fe876766a6021f0121d (diff)
downloadQt-298e91f240a3bc9db9450bf9b1ce7606531853ff.zip
Qt-298e91f240a3bc9db9450bf9b1ce7606531853ff.tar.gz
Qt-298e91f240a3bc9db9450bf9b1ce7606531853ff.tar.bz2
QHostInfo: Compile fix
Reviewed-by: TrustMe
Diffstat (limited to 'src/network')
-rw-r--r--src/network/kernel/qhostinfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/kernel/qhostinfo.cpp b/src/network/kernel/qhostinfo.cpp
index 9092ad6..7150fb7 100644
--- a/src/network/kernel/qhostinfo.cpp
+++ b/src/network/kernel/qhostinfo.cpp
@@ -639,7 +639,7 @@ void qt_qhostinfo_clear_cache()
}
}
-void Q_NETWORK_EXPORT qt_qhostinfo_enable_cache(bool e)
+void Q_AUTOTEST_EXPORT qt_qhostinfo_enable_cache(bool e)
{
QHostInfoLookupManager* manager = theHostInfoLookupManager();
if (manager) {