diff options
author | artoka <arto.katajasalo@digia.com> | 2011-11-17 14:50:02 (GMT) |
---|---|---|
committer | Casper van Donderen <casper.vandonderen@nokia.com> | 2011-11-17 14:59:40 (GMT) |
commit | df92e56be8b3e20ad02f9da0e9d956bbb7db78cf (patch) | |
tree | 6f97a8ee0e03dabfb90fda9b5727ea1711baf4f8 /examples/declarative/toys/corkboards/main.cpp | |
parent | 7a98c9cca6dade7a2074d9dd19a44c8c23bd412b (diff) | |
download | Qt-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.cpp | 2 |
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(); |