7#ifndef ATTICA_LICENSE_H
8#define ATTICA_LICENSE_H
10#include <QSharedDataPointer>
13#include "attica_export.h"
26 typedef QList<License> List;
62 void setName(
const QString &name);
65 void setUrl(
const QUrl &url);
69 QSharedDataPointer<Private> d;
The License class contains information about one license that the server offers.
Definition license.h:24
License()
Creates an empty License.
License & operator=(const License &other)
Assignment operator.
License(const License &other)
Copy constructor.
The Attica namespace,.
Definition activity.h:21