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