summaryrefslogtreecommitdiffstats
path: root/examples/qmlcustominput/main.cpp
diff options
context:
space:
mode:
authorTomi Korpipää <tomi.korpipaa@digia.com>2014-02-03 09:08:35 +0200
committerTomi Korpipää <tomi.korpipaa@digia.com>2014-02-03 09:09:06 +0200
commit20945586166c9e5804de24d79ae0e998e21a088c (patch)
treecc7671a77bcad4f345b3b9877d260e1b4fd6c4be /examples/qmlcustominput/main.cpp
parente95504804eb5eadafaed1253e7d56284a8758ae9 (diff)
QML filename corrections
Change-Id: I3f24a75fd59e342a0dcb9d4cf325e3cf735ae653 Reviewed-by: Tomi Korpipää <tomi.korpipaa@digia.com>
Diffstat (limited to 'examples/qmlcustominput/main.cpp')
-rw-r--r--examples/qmlcustominput/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/qmlcustominput/main.cpp b/examples/qmlcustominput/main.cpp
index fcdd0035..02dd8954 100644
--- a/examples/qmlcustominput/main.cpp
+++ b/examples/qmlcustominput/main.cpp
@@ -41,7 +41,7 @@ int main(int argc, char *argv[])
#endif
viewer.setTitle(QStringLiteral("QML Custom Input"));
- viewer.setSource(QUrl("qrc:/qml/main.qml"));
+ viewer.setSource(QUrl("qrc:/qml/qmlcustominput/main.qml"));
viewer.setResizeMode(QQuickView::SizeRootObjectToView);
viewer.show();