MCPcopy Create free account
hub / github.com/KDAB/GammaRay / dispatchMessage

Function dispatchMessage

tests/networkselectionmodeltest.cpp:119–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117
118private slots:
119 void dispatchMessage(const GammaRay::Message &msg)
120 {
121 if (msg.address() != m_myAddress)
122 return;
123 QMetaObject::invokeMethod(this, "newMessage", Q_ARG(GammaRay::Message, msg));
124 }
125};
126}
127

Callers 2

messageReceivedMethod · 0.85
messageReceivedMethod · 0.85

Calls 1

addressMethod · 0.45

Tested by

no test coverage detected