forked from quickshell/quickshell
refactor(wayland): seperate cmake files for modularity
This commit is contained in:
parent
5bbd0333ef
commit
c6dde9ca9d
28 changed files with 32 additions and 33 deletions
11
src/core/shell.cpp
Normal file
11
src/core/shell.cpp
Normal file
|
@ -0,0 +1,11 @@
|
|||
#include "shell.hpp"
|
||||
|
||||
#include <qtmetamacros.h>
|
||||
|
||||
void ShellRoot::setConfig(ShellConfig config) {
|
||||
this->mConfig = config;
|
||||
|
||||
emit this->configChanged();
|
||||
}
|
||||
|
||||
ShellConfig ShellRoot::config() const { return this->mConfig; }
|
Loading…
Add table
Add a link
Reference in a new issue