forked from quickshell/quickshell
refactor: move settings to their own object
This commit is contained in:
parent
62f99f5754
commit
4ef4cba4ee
8 changed files with 107 additions and 78 deletions
|
@ -21,8 +21,8 @@ static DisownedProcessContext* disownedCtx; // NOLINT
|
|||
|
||||
Process::Process(QObject* parent): QObject(parent) {
|
||||
QObject::connect(
|
||||
QuickshellGlobal::instance(),
|
||||
&QuickshellGlobal::workingDirectoryChanged,
|
||||
QuickshellSettings::instance(),
|
||||
&QuickshellSettings::workingDirectoryChanged,
|
||||
this,
|
||||
&Process::onGlobalWorkingDirectoryChanged
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue