! \brief Destructor */
| 72 | \brief Destructor |
| 73 | */ |
| 74 | QInterProcessChannel::~QInterProcessChannel() { |
| 75 | while (isRunning()) quit(); |
| 76 | |
| 77 | close(); |
| 78 | } |
| 79 | |
| 80 | /*! |
| 81 | \return Wether the instance has a server role |
nothing calls this directly
no outgoing calls
no test coverage detected