| 72 | } |
| 73 | |
| 74 | bool EngineProcess::canReadLine() const |
| 75 | { |
| 76 | if (!m_started) |
| 77 | return QIODevice::canReadLine(); |
| 78 | return m_reader->canReadLine() || QIODevice::canReadLine(); |
| 79 | } |
| 80 | |
| 81 | void EngineProcess::killHandle(HANDLE* handle) |
| 82 | { |
nothing calls this directly
no outgoing calls
no test coverage detected