summaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
authorDanny Pope <daniel.pope@nokia.com>2011-07-14 20:44:49 +1000
committerQt by Nokia <qt-info@nokia.com>2011-07-15 06:14:40 +0200
commit6810f4592ef162f5c49bc1ee06fde88114fef889 (patch)
treebdff3f50ab4766a662a5b555faefa405b56a51fb /demos
parent961cd63cc13af80f3370a62e5f6b90264b1668fa (diff)
Core changes to make Symbian work with the new repo/packaging rules.
Change-Id: Ib5bdfa930d3f05324e23a93d47a4e2e389bcbee9 Reviewed-on: http://codereview.qt.nokia.com/1683 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Patrick Burke <patrick.burke@nokia.com>
Diffstat (limited to 'demos')
-rw-r--r--demos/quick3d/robo_bounce/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/quick3d/robo_bounce/main.cpp b/demos/quick3d/robo_bounce/main.cpp
index 03e831cf4..0e4552b83 100644
--- a/demos/quick3d/robo_bounce/main.cpp
+++ b/demos/quick3d/robo_bounce/main.cpp
@@ -50,7 +50,7 @@ int main(int argc, char *argv[])
view.setSource(QUrl(QLatin1String("qrc:///qml/robobounce.qml")));
#ifdef Q_OS_SYMBIAN
- view.setAttribute(Qt::WA_LockPortraitOrientation, true);
+ view.setAttribute(Qt::WA_LockLandscapeOrientation, true);
view.setResizeMode(QDeclarativeView::SizeRootObjectToView);
view.showFullScreen();
#else