! \overload Sends the content of the current message buffer */
| 74 | Sends the content of the current message buffer |
| 75 | */ |
| 76 | void QInterProcessChannel::sendMessage() { |
| 77 | sendMessage(sMsg); |
| 78 | sMsg.clear(); |
| 79 | } |
| 80 | |
| 81 | /*! |
| 82 | \overload |
nothing calls this directly
no outgoing calls
no test coverage detected