diff options
author | Markus Goetz <Markus.Goetz@nokia.com> | 2010-03-08 15:21:56 (GMT) |
---|---|---|
committer | Markus Goetz <Markus.Goetz@nokia.com> | 2010-03-08 15:21:56 (GMT) |
commit | 298e91f240a3bc9db9450bf9b1ce7606531853ff (patch) | |
tree | a433ce70663b53c1cc70c624c12025cda723fc13 | |
parent | e99a9e6b8ef0521e46742fe876766a6021f0121d (diff) | |
download | Qt-298e91f240a3bc9db9450bf9b1ce7606531853ff.zip Qt-298e91f240a3bc9db9450bf9b1ce7606531853ff.tar.gz Qt-298e91f240a3bc9db9450bf9b1ce7606531853ff.tar.bz2 |
QHostInfo: Compile fix
Reviewed-by: TrustMe
-rw-r--r-- | src/network/kernel/qhostinfo.cpp | 2 |
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) { |