io/process!: replace manageLifetime with startDetached

In most cases this is what was desired for usages of
manageLifetime. Starting the process in a detached state also makes
sure the process hierarchy will not result in the child being killed when
Quickshell is killed.
This commit is contained in:
outfoxxed 2025-03-12 00:53:36 -07:00
parent c5bea858a0
commit 0662c37d67
Signed by untrusted user: outfoxxed
GPG key ID: 4C88A185FB89301E
5 changed files with 37 additions and 76 deletions

View file

@ -1,6 +1,5 @@
#include "player.hpp"
#include <qtimer.h>
#include <qcontainerfwd.h>
#include <qdatetime.h>
#include <qdbusconnection.h>
@ -11,6 +10,7 @@
#include <qobject.h>
#include <qproperty.h>
#include <qstring.h>
#include <qtimer.h>
#include <qtmetamacros.h>
#include <qtypes.h>