diff options
author | Bea Lam <bea.lam@nokia.com> | 2011-03-10 01:26:38 (GMT) |
---|---|---|
committer | Bea Lam <bea.lam@nokia.com> | 2011-03-10 01:26:38 (GMT) |
commit | 5098b3cc1127a1a4cbd66d0eeea8f2ec5f625bb9 (patch) | |
tree | 6aada3a65df762506a8615abcaed7348b4186824 /doc | |
parent | 4320e48d4bdfb58e2b59e82cd2f5f1131af88b3e (diff) | |
download | Qt-5098b3cc1127a1a4cbd66d0eeea8f2ec5f625bb9.zip Qt-5098b3cc1127a1a4cbd66d0eeea8f2ec5f625bb9.tar.gz Qt-5098b3cc1127a1a4cbd66d0eeea8f2ec5f625bb9.tar.bz2 |
Fix failing tests
RTL text-related tests were failing on mac since
QApplication::keyboardInputDirection() is not always initialized
when the QApplication instance is created.
Change-Id: Ifa7214ffb1941d824a9425015b38aa77366381bb
Reviewed-by: Martin Jones
Diffstat (limited to 'doc')
-rw-r--r-- | doc/src/snippets/declarative/states/statechangescript.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/src/snippets/declarative/states/statechangescript.qml b/doc/src/snippets/declarative/states/statechangescript.qml index b885137..f490a97 100644 --- a/doc/src/snippets/declarative/states/statechangescript.qml +++ b/doc/src/snippets/declarative/states/statechangescript.qml @@ -37,6 +37,7 @@ ** $QT_END_LICENSE$ ** ****************************************************************************/ +import QtQuick 1.0 Item { //! [state and transition] |