| 112 | } |
| 113 | |
| 114 | bool CharIOHandler::waitForReadyRead(int msecs) { |
| 115 | return iodev->waitForReadyRead(msecs); |
| 116 | } |
| 117 | |
| 118 | bool CharIOHandler::waitForBytesWritten(int msecs) { |
| 119 | return iodev->waitForBytesWritten(msecs); |
nothing calls this directly
no outgoing calls
no test coverage detected