logout-greeter: make it a QGuiApplication

It should be a bit lighter and we don't need to use widgets anyway.
wilder-5.24
Aleix Pol 5 years ago committed by Aleix Pol Gonzalez
parent 714ce4045e
commit 5ef8c94488
  1. 2
      logout-greeter/main.cpp

@ -40,7 +40,7 @@ int main(int argc, char *argv[])
KWorkSpace::detectPlatform(argc, argv);
QQuickWindow::setDefaultAlphaBuffer(true);
QApplication app(argc, argv);
QGuiApplication app(argc, argv);
KQuickAddons::QtQuickSettings::init();

Loading…
Cancel
Save