| 3 | #include <QtCore/QXmlStreamWriter> |
| 4 | |
| 5 | ClearOutputCommand::ClearOutputCommand(QObject* parent) |
| 6 | : AbstractCommand(parent) |
| 7 | { |
| 8 | } |
| 9 | |
| 10 | bool ClearOutputCommand::getClearChannel() const |
| 11 | { |
nothing calls this directly
no outgoing calls
no test coverage detected