mutterkey
KDE-first push-to-talk transcription tool for KDE Plasma
Loading...
Searching...
No Matches
DaemonConfigResult Struct Reference

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.
 

Detailed Description

Result of a daemon config query.

Definition at line 26 of file daemoncontrolclient.h.

Member Data Documentation

◆ errorMessage

QString DaemonConfigResult::errorMessage

Human-readable failure reason when success is false.

Definition at line 32 of file daemoncontrolclient.h.

◆ snapshot

DaemonConfigSnapshot DaemonConfigResult::snapshot

Parsed typed snapshot when success is true.

Definition at line 30 of file daemoncontrolclient.h.

◆ success

bool DaemonConfigResult::success = false

Indicates whether the daemon query completed successfully.

Definition at line 28 of file daemoncontrolclient.h.


The documentation for this struct was generated from the following file: