11#include <QSharedDataPointer>
14#include "attica_export.h"
26 typedef QList<Config> List;
52 QString contact()
const;
54 QString version()
const;
56 QString website()
const;
58 void setContact(
const QString &contact);
59 void setHost(
const QString &host);
60 void setSsl(
bool ssl);
61 void setVersion(
const QString &version);
62 void setWebsite(
const QString &website);
72 QSharedDataPointer<Private> d;
Represents a server config.
Definition config.h:24
bool isValid() const
Checks whether this config is valid.
Config & operator=(const Config &other)
Assignment operator.
Config(const Config &other)
Copy constructor.
Config()
Creates an empty Config.
The Attica namespace,.
Definition activity.h:21