|
mutterkey
KDE-first push-to-talk transcription tool for KDE Plasma
|
Result of a daemon config query. More...
#include <daemoncontrolclient.h>
Public Attributes | |
| bool | success = false |
| Indicates whether the daemon query completed successfully. | |
| DaemonConfigSnapshot | snapshot |
Parsed typed snapshot when success is true. | |
| QString | errorMessage |
Human-readable failure reason when success is false. | |
Result of a daemon config query.
Definition at line 26 of file daemoncontrolclient.h.
| QString DaemonConfigResult::errorMessage |
Human-readable failure reason when success is false.
Definition at line 32 of file daemoncontrolclient.h.
| DaemonConfigSnapshot DaemonConfigResult::snapshot |
Parsed typed snapshot when success is true.
Definition at line 30 of file daemoncontrolclient.h.
| bool DaemonConfigResult::success = false |
Indicates whether the daemon query completed successfully.
Definition at line 28 of file daemoncontrolclient.h.