Skip to content

Move Desktopdaemon object from heap to stack

Nicolas Fella requested to merge nicolasfella/kdeconnect-kde:daemonstack into master

There's no point in having the object on the heap. app.exec() will block until the process ends. The connect was also useless because the object was never destroyed.

Merge request reports