| 104 | } |
| 105 | |
| 106 | qint64 CharIOHandler::bytesToWrite() const { |
| 107 | return iodev->bytesToWrite() + Super::bytesToWrite(); |
| 108 | } |
| 109 | |
| 110 | bool CharIOHandler::canReadLine() const { |
| 111 | return iodev->canReadLine(); |
nothing calls this directly
no outgoing calls
no test coverage detected