| 20 | using namespace SimpleMail; |
| 21 | |
| 22 | ServerReply::ServerReply(QObject *parent) |
| 23 | : QObject(parent) |
| 24 | , d_ptr(new ServerReplyPrivate) |
| 25 | { |
| 26 | } |
| 27 | |
| 28 | ServerReply::~ServerReply() |
| 29 | { |
nothing calls this directly
no outgoing calls
no test coverage detected