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/qtextedit | |
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/qtextedit')
-rw-r--r-- | tests/auto/qtextedit/tst_qtextedit.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qtextedit/tst_qtextedit.cpp b/tests/auto/qtextedit/tst_qtextedit.cpp index 73d09f4..186623b 100644 --- a/tests/auto/qtextedit/tst_qtextedit.cpp +++ b/tests/auto/qtextedit/tst_qtextedit.cpp @@ -1968,7 +1968,7 @@ void tst_QTextEdit::setText() } QT_BEGIN_NAMESPACE -extern void qt_setQtEnableTestFont(bool value); +extern Q_AUTOTEST_EXPORT void qt_setQtEnableTestFont(bool value); QT_END_NAMESPACE void tst_QTextEdit::fullWidthSelection_data() |