diff options
author | Miikka Heikkinen <miikka.heikkinen@digia.com> | 2011-12-21 13:47:17 (GMT) |
---|---|---|
committer | Miikka Heikkinen <miikka.heikkinen@digia.com> | 2011-12-21 14:27:57 (GMT) |
commit | dfe97e359443671f0cea9cddbe2ba0eccbaf48ce (patch) | |
tree | 0faee37e28abb48d550be70cb42e6533a0cc9ccf /tests/auto/qtextlayout/tst_qtextlayout.cpp | |
parent | aa3351315c9cb2c76933918635c007c1c57ccbf9 (diff) | |
download | Qt-dfe97e359443671f0cea9cddbe2ba0eccbaf48ce.zip Qt-dfe97e359443671f0cea9cddbe2ba0eccbaf48ce.tar.gz Qt-dfe97e359443671f0cea9cddbe2ba0eccbaf48ce.tar.bz2 |
Symbian: Fix exporting and importing of some functions for autotests
Symbian builds seem more strict about properly declaring exports than
other builds, so added proper exporting and importing to some
function declarations.
Task-number: ou1cimx1#957184
Reviewed-by: mread
Diffstat (limited to 'tests/auto/qtextlayout/tst_qtextlayout.cpp')
-rw-r--r-- | tests/auto/qtextlayout/tst_qtextlayout.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/qtextlayout/tst_qtextlayout.cpp b/tests/auto/qtextlayout/tst_qtextlayout.cpp index 67d8269..68f93e1 100644 --- a/tests/auto/qtextlayout/tst_qtextlayout.cpp +++ b/tests/auto/qtextlayout/tst_qtextlayout.cpp @@ -174,7 +174,7 @@ void tst_QTextLayout::getSetCheck() } QT_BEGIN_NAMESPACE -extern void qt_setQtEnableTestFont(bool value); +extern Q_AUTOTEST_EXPORT void qt_setQtEnableTestFont(bool value); QT_END_NAMESPACE tst_QTextLayout::tst_QTextLayout() @@ -1109,7 +1109,7 @@ void tst_QTextLayout::tabsForRtl() } QT_BEGIN_NAMESPACE -extern int qt_defaultDpiY(); +extern Q_GUI_EXPORT int qt_defaultDpiY(); QT_END_NAMESPACE void tst_QTextLayout::testTabDPIScale() |