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