summaryrefslogtreecommitdiffstats
path: root/tests/auto/qfiledialog
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@nokia.com>2011-08-12 22:18:18 (GMT)
committerSergio Ahumada <sergio.ahumada@nokia.com>2011-08-15 11:13:12 (GMT)
commit3be7f871f07041477b5bca0182623b36afd2b3e6 (patch)
treef4e2c18e45a4b344f6b4f0145051653ccedd6569 /tests/auto/qfiledialog
parent84d51bff971607e2e32680841a355209d97a2235 (diff)
downloadQt-3be7f871f07041477b5bca0182623b36afd2b3e6.zip
Qt-3be7f871f07041477b5bca0182623b36afd2b3e6.tar.gz
Qt-3be7f871f07041477b5bca0182623b36afd2b3e6.tar.bz2
test: Fix `tst_qfiledialog' in a namespaced build
Reviewed-by: Pierre Rossi
Diffstat (limited to 'tests/auto/qfiledialog')
-rw-r--r--tests/auto/qfiledialog/tst_qfiledialog.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/qfiledialog/tst_qfiledialog.cpp b/tests/auto/qfiledialog/tst_qfiledialog.cpp
index 08d2e88..81da8a3 100644
--- a/tests/auto/qfiledialog/tst_qfiledialog.cpp
+++ b/tests/auto/qfiledialog/tst_qfiledialog.cpp
@@ -80,7 +80,9 @@
# define SRCDIR "C:/Private/" TOSTRING(SYMBIAN_SRCDIR_UID) "/"
#elif defined(Q_OS_UNIX)
#ifdef QT_BUILD_INTERNAL
+QT_BEGIN_NAMESPACE
extern Q_GUI_EXPORT QString qt_tildeExpansion(const QString &path, bool *expanded = 0);
+QT_END_NAMESPACE
#endif
#endif