! \brief Attemps to reconnect When the server instance is closed (or crashes...) the connectionLost() signal is emitted. As an alternative to closing the client instances it is possible to try a reconnection so that one of theclient will become a server. \note When several clients are running side by side this function is very likely to cause a fork and create several (indep
| 155 | \see connectionLost() |
| 156 | */ |
| 157 | void QInterProcessChannel::reconnect() { |
| 158 | // qDebug("attempting to reconnect"); |
| 159 | init(); |
| 160 | } |
| 161 | |
| 162 | /*! |
| 163 | \internal |
nothing calls this directly
no outgoing calls
no test coverage detected