core/desktopentry: expose exec command and use execDetached on call

This commit is contained in:
outfoxxed 2025-07-13 19:55:09 -07:00
parent de25787451
commit 71334bfcaf
Signed by untrusted user: outfoxxed
GPG key ID: 4C88A185FB89301E
4 changed files with 58 additions and 26 deletions

View file

@ -7,7 +7,7 @@ namespace qs {
struct Common {
static const QDateTime LAUNCH_TIME;
static QProcessEnvironment INITIAL_ENVIRONMENT; // NOLINT
static inline QProcessEnvironment INITIAL_ENVIRONMENT = {}; // NOLINT
};
} // namespace qs