summaryrefslogtreecommitdiffstats
path: root/examples/declarative/modelviews/webview/inlinehtml/main.cpp
diff options
context:
space:
mode:
authorartoka <arto.katajasalo@digia.com>2011-11-17 14:49:54 (GMT)
committerCasper van Donderen <casper.vandonderen@nokia.com>2011-11-17 14:58:49 (GMT)
commit0cf48a31c5d67229d18ddab872c9a58daa021943 (patch)
tree44ebad4d86cde88dc49766ba0f075abdcd3bcf83 /examples/declarative/modelviews/webview/inlinehtml/main.cpp
parentf65bf7667c8ac651f54c81e78a3122acd649ffdd (diff)
downloadQt-0cf48a31c5d67229d18ddab872c9a58daa021943.zip
Qt-0cf48a31c5d67229d18ddab872c9a58daa021943.tar.gz
Qt-0cf48a31c5d67229d18ddab872c9a58daa021943.tar.bz2
Modelviews Examples Modifications
modelviews/webview/ alerts, autosize, googlemaps, inlinehtml and newwindows 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/modelviews/webview/inlinehtml/main.cpp')
-rw-r--r--examples/declarative/modelviews/webview/inlinehtml/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/declarative/modelviews/webview/inlinehtml/main.cpp b/examples/declarative/modelviews/webview/inlinehtml/main.cpp
index bb57ec6..cb324e6 100644
--- a/examples/declarative/modelviews/webview/inlinehtml/main.cpp
+++ b/examples/declarative/modelviews/webview/inlinehtml/main.cpp
@@ -47,7 +47,7 @@ int main(int argc, char *argv[])
QmlApplicationViewer viewer;
viewer.setOrientation(QmlApplicationViewer::ScreenOrientationAuto);
- viewer.setMainQmlFile(QLatin1String("qml/qml/inlinehtml.qml"));
+ viewer.setMainQmlFile(QLatin1String("qml/inlinehtml/inlinehtml.qml"));
viewer.showExpanded();
return app.exec();