summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorMartin Jones <martin.jones@nokia.com>2012-06-20 15:06:07 +1000
committerQt by Nokia <qt-info@nokia.com>2012-06-21 09:29:18 +0200
commit37e4fe58cdfb660ef5fd36bf7056480f69feb768 (patch)
treec539b9140267dfc79b3049ba9178c580fd737eb1 /examples
parent6d8583bc295ca6b4bdc5120f695dd501b96df4c0 (diff)
Fix package example.
Task-number: QTBUG-26211 Change-Id: Ia00ca5e8136e787521addb3122888c4b6fa3e168 Reviewed-by: Matthew Vogt <matthew.vogt@nokia.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/declarative/modelviews/package/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/declarative/modelviews/package/main.cpp b/examples/declarative/modelviews/package/main.cpp
index 38b3b97c..1fe6055e 100644
--- a/examples/declarative/modelviews/package/main.cpp
+++ b/examples/declarative/modelviews/package/main.cpp
@@ -47,7 +47,7 @@ Q_DECL_EXPORT int main(int argc, char *argv[])
QmlApplicationViewer viewer;
viewer.setOrientation(QmlApplicationViewer::ScreenOrientationLockLandscape);
- viewer.setMainQmlFile(QLatin1String("qml/Delegate/view.qml"));
+ viewer.setMainQmlFile(QLatin1String("qml/package/view.qml"));
viewer.showExpanded();
return app.exec();