forked from quickshell/quickshell
core/desktopentry: expose exec command and use execDetached on call
This commit is contained in:
parent
de25787451
commit
71334bfcaf
4 changed files with 58 additions and 26 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue