MCPcopy Create free account
hub / github.com/QNapi/qnapi / close

Method close

gui/src/qcumber/qinterprocesschannel.cpp:134–142  ·  view source on GitHub ↗

! \brief Closes the communication channel \see reconnect() */

Source from the content-addressed store, hash-verified

132 \see reconnect()
133*/
134void QInterProcessChannel::close() {
135 if (pServer) {
136 pServer->close();
137 delete pServer;
138 pServer = 0;
139
140 QFile::remove(rcFile);
141 }
142}
143
144/*!
145 \brief Attemps to reconnect

Callers 15

dryCopyMethod · 0.45
readFileMethod · 0.45
writeFileMethod · 0.45
runP7ZipMethod · 0.45
readP7ZipOutputMethod · 0.45
detectFileEncodingMethod · 0.45
checksumMethod · 0.45
downloadMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected