MCPcopy Create free account
hub / github.com/QNapi/qnapi / ~QInterProcessChannel

Method ~QInterProcessChannel

gui/src/qcumber/qinterprocesschannel.cpp:74–78  ·  view source on GitHub ↗

! \brief Destructor */

Source from the content-addressed store, hash-verified

72 \brief Destructor
73*/
74QInterProcessChannel::~QInterProcessChannel() {
75 while (isRunning()) quit();
76
77 close();
78}
79
80/*!
81 \return Wether the instance has a server role

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected