summaryrefslogtreecommitdiff
path: root/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/main.cpp b/main.cpp
index a02f000..47b7147 100644
--- a/main.cpp
+++ b/main.cpp
@@ -25,9 +25,9 @@ Q_DECL_EXPORT int main(int argc, char *argv[])
qmlRegisterType<TopicModel>("com.javispedro.tapasboard", 1, 0, "TopicModel");
QmlApplicationViewer viewer;
- viewer.setOrientation(QmlApplicationViewer::ScreenOrientationAuto);
- viewer.setMainQmlFile(QLatin1String("qml/tapasboard/main.qml"));
- viewer.showExpanded();
+ viewer.setOrientation(QmlApplicationViewer::ScreenOrientationAuto);
+ viewer.setMainQmlFile(QLatin1String("qml/tapasboard/main.qml"));
+ viewer.showExpanded();
- return app->exec();
+ return app->exec();
}