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

Method Server

src/server.cpp:29–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27using namespace SimpleMail;
28
29Server::Server(QObject *parent)
30 : QObject(parent)
31 , d_ptr(new ServerPrivate(this))
32{
33 Q_D(Server);
34 d->hostname = QHostInfo::localHostName();
35}
36
37Server::~Server()
38{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected