| 28 | } |
| 29 | |
| 30 | Message::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. |
nothing calls this directly
no outgoing calls
no test coverage detected