MCPcopy Create free account
hub / github.com/BatchDrake/SigDigger / getMessage

Method getMessage

Suscan/Messages/StatusMessage.cpp:38–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38QString
39StatusMessage::getMessage(void) const
40{
41 return QString(
42 this->message->err_msg == nullptr
43 ? ""
44 : this->message->err_msg);
45}

Callers 1

onStatusMessageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected