summaryrefslogtreecommitdiffstats
path: root/examples/webkitqml/shared/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/webkitqml/shared/main.cpp')
-rw-r--r--examples/webkitqml/shared/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/webkitqml/shared/main.cpp b/examples/webkitqml/shared/main.cpp
index 4be3b2a..935b4be 100644
--- a/examples/webkitqml/shared/main.cpp
+++ b/examples/webkitqml/shared/main.cpp
@@ -43,7 +43,7 @@ int main(int argc, char* argv[])
{
QGuiApplication app(argc,argv);
QQuickView view;
- view.setSource(QUrl::fromLocalFile(QCoreApplication::applicationDirPath() + QLatin1String("/"QWEBKIT_EXAMPLE_NAME".qml")));
+ view.setSource(QUrl::fromLocalFile(QCoreApplication::applicationDirPath() + QLatin1String("/" QWEBKIT_EXAMPLE_NAME ".qml")));
view.setResizeMode(QQuickView::SizeRootObjectToView);
view.show();
return app.exec();