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

Method Message

Suscan/Message.cpp:30–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30Message::Message()
31{
32 this->type = 0;
33 this->c_message = nullptr;
34}
35
36// The madness below fixes the problem of the lifecycle of objects passed
37// to QT signal slots. Again, Message is just a proxy object.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected