|
mutterkey
KDE-first push-to-talk transcription tool for KDE Plasma
|
One line-delimited local control response. More...
#include <daemoncontrolprotocol.h>
Public Attributes | |
| int | version = 1 |
| Protocol version returned by the daemon. | |
| QString | requestId |
| Correlation id copied from the triggering request. | |
| bool | success = false |
| Indicates whether the request completed successfully. | |
| QJsonObject | result |
| Successful result object returned by the daemon. | |
| QString | errorMessage |
| Human-readable error for failed requests. | |
One line-delimited local control response.
Definition at line 41 of file daemoncontrolprotocol.h.
| QString DaemonControlResponse::errorMessage |
Human-readable error for failed requests.
Definition at line 51 of file daemoncontrolprotocol.h.
| QString DaemonControlResponse::requestId |
Correlation id copied from the triggering request.
Definition at line 45 of file daemoncontrolprotocol.h.
| QJsonObject DaemonControlResponse::result |
Successful result object returned by the daemon.
Definition at line 49 of file daemoncontrolprotocol.h.
| bool DaemonControlResponse::success = false |
Indicates whether the request completed successfully.
Definition at line 47 of file daemoncontrolprotocol.h.
| int DaemonControlResponse::version = 1 |
Protocol version returned by the daemon.
Definition at line 43 of file daemoncontrolprotocol.h.