diff options
author | Martin Jones <martin.jones@nokia.com> | 2010-08-03 05:39:57 (GMT) |
---|---|---|
committer | Martin Jones <martin.jones@nokia.com> | 2010-08-03 05:39:57 (GMT) |
commit | 68c0ff0c7f1e65fb55b08a1fb9baab8176eb726c (patch) | |
tree | e3ae65fb615a4b06d774415fd2d742170104d9ce /doc/src/examples/qml-examples.qdoc | |
parent | b7702b2dcbc36f81759dea0ad74fb19e97b2358f (diff) | |
parent | e62f266a7642e675e9d235a1f54a6b5746500d48 (diff) | |
download | Qt-68c0ff0c7f1e65fb55b08a1fb9baab8176eb726c.zip Qt-68c0ff0c7f1e65fb55b08a1fb9baab8176eb726c.tar.gz Qt-68c0ff0c7f1e65fb55b08a1fb9baab8176eb726c.tar.bz2 |
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7
Diffstat (limited to 'doc/src/examples/qml-examples.qdoc')
-rw-r--r-- | doc/src/examples/qml-examples.qdoc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/src/examples/qml-examples.qdoc b/doc/src/examples/qml-examples.qdoc index a8be401..8d3aa25 100644 --- a/doc/src/examples/qml-examples.qdoc +++ b/doc/src/examples/qml-examples.qdoc @@ -412,6 +412,14 @@ \endtable */ + +/*! + \title Screen orientation + \example declarative/screenorientation + + This example shows how to implement screen orientation support for your application. +*/ + /*! \title SQL Local Storage Example \example declarative/sqllocalstorage |