mirror of
https://git.outfoxxed.me/quickshell/quickshell.git
synced 2026-02-23 03:33:57 +11:00
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
|
|
@ -1,11 +1,9 @@
|
|||
#include "common.hpp"
|
||||
|
||||
#include <qdatetime.h>
|
||||
#include <qprocess.h>
|
||||
|
||||
namespace qs {
|
||||
|
||||
const QDateTime Common::LAUNCH_TIME = QDateTime::currentDateTime();
|
||||
QProcessEnvironment Common::INITIAL_ENVIRONMENT = {}; // NOLINT
|
||||
|
||||
} // namespace qs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue