mirror of
https://git.outfoxxed.me/quickshell/quickshell.git
synced 2025-11-04 19:04:56 +11:00
7 lines
150 B
C++
7 lines
150 B
C++
#include "shell.hpp"
|
|
|
|
#include "qmlglobal.hpp"
|
|
|
|
QuickshellSettings* ShellRoot::settings() const { // NOLINT
|
|
return QuickshellSettings::instance();
|
|
}
|