diff options
author | Liang QI <liang.qi@nokia.com> | 2009-10-07 13:45:22 (GMT) |
---|---|---|
committer | Liang QI <liang.qi@nokia.com> | 2009-10-07 13:45:22 (GMT) |
commit | 4c4875919de4a46cc40df93f64fe04e3fdad81fb (patch) | |
tree | 625c8ebc4cb8114dfd8ef248ad388e2a022d1ef4 /src/gui/widgets/qtoolbarextension_p.h | |
parent | 97005819172157c9d178bc338013488d22102bd9 (diff) | |
download | Qt-4c4875919de4a46cc40df93f64fe04e3fdad81fb.zip Qt-4c4875919de4a46cc40df93f64fe04e3fdad81fb.tar.gz Qt-4c4875919de4a46cc40df93f64fe04e3fdad81fb.tar.bz2 |
Support small screen for QToolBar auto test.
We need to test through extension tool button and menu for it when there is no enough width on embedded devices.
Reviewed-by: TrustMe
Diffstat (limited to 'src/gui/widgets/qtoolbarextension_p.h')
-rw-r--r-- | src/gui/widgets/qtoolbarextension_p.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/qtoolbarextension_p.h b/src/gui/widgets/qtoolbarextension_p.h index 5d622ec..5fe74a9 100644 --- a/src/gui/widgets/qtoolbarextension_p.h +++ b/src/gui/widgets/qtoolbarextension_p.h @@ -59,7 +59,7 @@ QT_BEGIN_NAMESPACE #ifndef QT_NO_TOOLBUTTON -class QToolBarExtension : public QToolButton +class Q_AUTOTEST_EXPORT QToolBarExtension : public QToolButton { Q_OBJECT Qt::Orientation orientation; |