| 117 | |
| 118 | private 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 |
no test coverage detected