diff options
author | Rohan McGovern <rohan.mcgovern@nokia.com> | 2010-02-15 23:47:16 (GMT) |
---|---|---|
committer | Rohan McGovern <rohan.mcgovern@nokia.com> | 2010-02-16 22:57:14 (GMT) |
commit | b7406af04ec83b3e8d712b42a87f6c29121b998d (patch) | |
tree | 896336e101d1408942bdb2e2919911482ecee7fc /tests/auto/qpixmapcache | |
parent | 757779ae3d27c260214f88411de81e1c32a688b5 (diff) | |
download | Qt-b7406af04ec83b3e8d712b42a87f6c29121b998d.zip Qt-b7406af04ec83b3e8d712b42a87f6c29121b998d.tar.gz Qt-b7406af04ec83b3e8d712b42a87f6c29121b998d.tar.bz2 |
Fixed compile of these tests when Qt is configured with -qtnamespace
Diffstat (limited to 'tests/auto/qpixmapcache')
-rw-r--r-- | tests/auto/qpixmapcache/tst_qpixmapcache.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/qpixmapcache/tst_qpixmapcache.cpp b/tests/auto/qpixmapcache/tst_qpixmapcache.cpp index a0f4339..f8951f5 100644 --- a/tests/auto/qpixmapcache/tst_qpixmapcache.cpp +++ b/tests/auto/qpixmapcache/tst_qpixmapcache.cpp @@ -483,7 +483,9 @@ void tst_QPixmapCache::pixmapKey() QVERIFY(!getPrivate(key8)); } +QT_BEGIN_NAMESPACE extern int q_QPixmapCache_keyHashSize(); +QT_END_NAMESPACE void tst_QPixmapCache::noLeak() { |