Add QCoreApplication to startplasma-waylandsession

As startPlasma now has an event loop
wilder-portage-prov
David Edmundson 6 years ago
parent 45ca310996
commit 38757fb52d
  1. 4
      startkde/startplasma-waylandsession.cpp

@ -19,8 +19,10 @@
#include "startplasma.h"
int main(int /*argc*/, char** /*argv*/)
int main(int argc, char** argv)
{
QCoreApplication app(argc, argv);
// Boot sequence:
//
// kdeinit is used to fork off processes which improves memory usage

Loading…
Cancel
Save