| 84 | } |
| 85 | |
| 86 | bool MICommand::invokeHandler(const ResultRecord& r) |
| 87 | { |
| 88 | if (m_commandHandler) { |
| 89 | m_commandHandler->handle(r); |
| 90 | m_commandHandler.reset(); |
| 91 | return true; |
| 92 | } else { |
| 93 | return false; |
| 94 | } |
| 95 | } |
| 96 | |
| 97 | void MICommand::newOutput(const QString& line) |
| 98 | { |