MCPcopy Create free account
hub / github.com/TeXworks/texworks / insertText

Function insertText

src/InterProcessCommunicatorDBus.cpp:54–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected