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

Function InterProcessCommunicatorPrivate

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

Source from the content-addressed store, hash-verified

39 QDBusInterface * interface;
40
41 explicit InterProcessCommunicatorPrivate(InterProcessCommunicator * q) : QDBusAbstractAdaptor(q), q_ptr(q), serviceRegistered(false), objectRegistered(false), interface(nullptr) { }
42public:
43 ~InterProcessCommunicatorPrivate() override = default;
44

Calls

no outgoing calls

Tested by

no test coverage detected