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/qmdisubwindow | |
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/qmdisubwindow')
-rw-r--r-- | tests/auto/qmdisubwindow/tst_qmdisubwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qmdisubwindow/tst_qmdisubwindow.cpp b/tests/auto/qmdisubwindow/tst_qmdisubwindow.cpp index 7296f34..148f355 100644 --- a/tests/auto/qmdisubwindow/tst_qmdisubwindow.cpp +++ b/tests/auto/qmdisubwindow/tst_qmdisubwindow.cpp @@ -71,7 +71,7 @@ QT_BEGIN_NAMESPACE extern void qt_x11_wait_for_window_manager(QWidget *w); #endif #if !defined(Q_WS_WIN) -extern bool qt_tab_all_widgets; +extern Q_GUI_EXPORT bool qt_tab_all_widgets; #endif QT_END_NAMESPACE |