summaryrefslogtreecommitdiffstats
path: root/examples/declarative/toys/corkboards/main.cpp
diff options
context:
space:
mode:
authorartoka <arto.katajasalo@digia.com>2011-11-17 14:50:02 (GMT)
committerCasper van Donderen <casper.vandonderen@nokia.com>2011-11-17 14:59:40 (GMT)
commitdf92e56be8b3e20ad02f9da0e9d956bbb7db78cf (patch)
tree6f97a8ee0e03dabfb90fda9b5727ea1711baf4f8 /examples/declarative/toys/corkboards/main.cpp
parent7a98c9cca6dade7a2074d9dd19a44c8c23bd412b (diff)
downloadQt-df92e56be8b3e20ad02f9da0e9d956bbb7db78cf.zip
Qt-df92e56be8b3e20ad02f9da0e9d956bbb7db78cf.tar.gz
Qt-df92e56be8b3e20ad02f9da0e9d956bbb7db78cf.tar.bz2
Toys Examples Modifications
toys/ clocks, corkboards, dynamicscene, tic-tac-toe and tvtennis example modifications Modified examples to use centralized qmlapplicationviewer, removed duplicate files and modified project files according to the changes. Merge-request: 2719 Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
Diffstat (limited to 'examples/declarative/toys/corkboards/main.cpp')
-rw-r--r--examples/declarative/toys/corkboards/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/declarative/toys/corkboards/main.cpp b/examples/declarative/toys/corkboards/main.cpp
index 984ca0f..750eeab 100644
--- a/examples/declarative/toys/corkboards/main.cpp
+++ b/examples/declarative/toys/corkboards/main.cpp
@@ -47,7 +47,7 @@ int main(int argc, char *argv[])
QmlApplicationViewer viewer;
viewer.setOrientation(QmlApplicationViewer::ScreenOrientationLockLandscape);
- viewer.setMainQmlFile(QLatin1String("qml/qml/corkboards.qml"));
+ viewer.setMainQmlFile(QLatin1String("qml/corkboards/corkboards.qml"));
viewer.showExpanded();
return app.exec();