diff options
author | Harald Fernengel <harald.fernengel@nokia.com> | 2010-11-04 09:31:22 (GMT) |
---|---|---|
committer | Harald Fernengel <harald.fernengel@nokia.com> | 2010-11-04 09:31:22 (GMT) |
commit | 7833534ee1fda1e80a14ace34747283aaa386114 (patch) | |
tree | 862f4f1ef67fe6498440ca03948b347fb761e93f /tests/auto/qfileinfo | |
parent | 095f416f806062ab23d82c6907fffac4f862ee3b (diff) | |
download | Qt-7833534ee1fda1e80a14ace34747283aaa386114.zip Qt-7833534ee1fda1e80a14ace34747283aaa386114.tar.gz Qt-7833534ee1fda1e80a14ace34747283aaa386114.tar.bz2 |
fix tests when using Qt in a namespace
Diffstat (limited to 'tests/auto/qfileinfo')
-rw-r--r-- | tests/auto/qfileinfo/tst_qfileinfo.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/qfileinfo/tst_qfileinfo.cpp b/tests/auto/qfileinfo/tst_qfileinfo.cpp index 5ec721b..c9bf17a 100644 --- a/tests/auto/qfileinfo/tst_qfileinfo.cpp +++ b/tests/auto/qfileinfo/tst_qfileinfo.cpp @@ -70,7 +70,9 @@ # define SRCDIR "" #endif +QT_BEGIN_NAMESPACE extern Q_AUTOTEST_EXPORT bool qIsLikelyToBeNfs(int /* handle */); +QT_END_NAMESPACE //TESTED_CLASS= //TESTED_FILES= |