From 1b5d73dfec8797f3535b694a092582cfe0feb22e Mon Sep 17 00:00:00 2001 From: ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ Date: Wed, 4 Sep 2019 14:57:51 +0800 Subject: Tidied up a bit --- main.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.cxx b/main.cxx index ac11c55..222a8b1 100644 --- a/main.cxx +++ b/main.cxx @@ -7,8 +7,8 @@ int main(int argc, char* argv[]) { QGuiApplication::setAttribute(Qt::AA_EnableHighDpiScaling); QGuiApplication app(argc, argv); - QQmlApplicationEngine engine; + QQmlApplicationEngine engine; qmlRegisterSingletonType("id.co.darapsa.kelakon.user", 0, 1, "User", [](QQmlEngine *engine, QJSEngine *scriptEngine) -> QObject* { Q_UNUSED(engine) Q_UNUSED(scriptEngine) -- cgit v1.3