|
mutterkey
KDE-first push-to-talk transcription tool for KDE Plasma
|
Daemon-owned config snapshot for tray and CLI clients. More...
#include <daemoncontroltypes.h>
Public Attributes | |
| QString | configPath |
| Resolved config path used by the daemon process. | |
| bool | configExists = false |
| Indicates whether the config path currently exists on disk. | |
| AppConfig | config |
| Resolved config snapshot exposed to control-plane clients. | |
Daemon-owned config snapshot for tray and CLI clients.
Definition at line 30 of file daemoncontroltypes.h.
| AppConfig DaemonConfigSnapshot::config |
Resolved config snapshot exposed to control-plane clients.
Definition at line 36 of file daemoncontroltypes.h.
| bool DaemonConfigSnapshot::configExists = false |
Indicates whether the config path currently exists on disk.
Definition at line 34 of file daemoncontroltypes.h.
| QString DaemonConfigSnapshot::configPath |
Resolved config path used by the daemon process.
Definition at line 32 of file daemoncontroltypes.h.