summaryrefslogtreecommitdiffstats
path: root/examples/declarative/ui-components/flipable/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/declarative/ui-components/flipable/main.cpp')
-rw-r--r--examples/declarative/ui-components/flipable/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/declarative/ui-components/flipable/main.cpp b/examples/declarative/ui-components/flipable/main.cpp
index feb8121241..70e4451cb0 100644
--- a/examples/declarative/ui-components/flipable/main.cpp
+++ b/examples/declarative/ui-components/flipable/main.cpp
@@ -47,7 +47,7 @@ int main(int argc, char *argv[])
QmlApplicationViewer viewer;
viewer.setOrientation(QmlApplicationViewer::ScreenOrientationAuto);
- viewer.setMainQmlFile(QLatin1String("qml/qml/flipable.qml"));
+ viewer.setMainQmlFile(QLatin1String("qml/flipable/flipable.qml"));
viewer.showExpanded();
return app.exec();