MCPcopy Create free account
hub / github.com/QNapi/qnapi / sendMessage

Method sendMessage

gui/src/qcumber/qinterprocesschannel_win32.cpp:76–79  ·  view source on GitHub ↗

! \overload Sends the content of the current message buffer */

Source from the content-addressed store, hash-verified

74 Sends the content of the current message buffer
75*/
76void QInterProcessChannel::sendMessage() {
77 sendMessage(sMsg);
78 sMsg.clear();
79}
80
81/*!
82 \overload

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected