MCPcopy Create free account
hub / github.com/cutelyst/simple-mail / ServerReply

Method ServerReply

src/serverreply.cpp:22–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20using namespace SimpleMail;
21
22ServerReply::ServerReply(QObject *parent)
23 : QObject(parent)
24 , d_ptr(new ServerReplyPrivate)
25{
26}
27
28ServerReply::~ServerReply()
29{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected