! \brief Destructor */
| 47 | \brief Destructor |
| 48 | */ |
| 49 | QInterProcessChannel::~QInterProcessChannel() { |
| 50 | // while(isRunning()) |
| 51 | // quit(); |
| 52 | |
| 53 | close(); |
| 54 | } |
| 55 | |
| 56 | /*! |
| 57 | \return Wether the instance has a server role |
nothing calls this directly
no outgoing calls
no test coverage detected