#include "shell.hpp" #include void ShellRoot::setConfig(ShellConfig config) { this->mConfig = config; emit this->configChanged(); } ShellConfig ShellRoot::config() const { return this->mConfig; }