| 52 | emit q->receivedBringToFront(); |
| 53 | } |
| 54 | Q_NOREPLY void insertText(QString text) { |
| 55 | Q_Q(InterProcessCommunicator); |
| 56 | emit q->receivedInsertText(text); |
| 57 | } |
| 58 | }; |
| 59 | |
| 60 | InterProcessCommunicator::InterProcessCommunicator() |
no outgoing calls
no test coverage detected