summaryrefslogtreecommitdiff
path: root/navit/gui/qt5_qml/editor/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'navit/gui/qt5_qml/editor/main.cpp')
-rw-r--r--navit/gui/qt5_qml/editor/main.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/navit/gui/qt5_qml/editor/main.cpp b/navit/gui/qt5_qml/editor/main.cpp
index 9089c5a29..32d6f9df4 100644
--- a/navit/gui/qt5_qml/editor/main.cpp
+++ b/navit/gui/qt5_qml/editor/main.cpp
@@ -1,8 +1,7 @@
#include <QGuiApplication>
#include <QQmlApplicationEngine>
-int main(int argc, char *argv[])
-{
+int main(int argc, char *argv[]) {
QCoreApplication::setAttribute(Qt::AA_EnableHighDpiScaling);
QGuiApplication app(argc, argv);