8#ifndef ATTICA_PRIVATEDATA_H
9#define ATTICA_PRIVATEDATA_H
16#include <QSharedDataPointer>
19#include "attica_export.h"
34 typedef QList<PrivateData> List;
68 QSharedDataPointer<Private> d;
Represents private data.
Definition privatedata.h:30
QStringList keys() const
Returns a list of fetched keys.
QDateTime timestamp(const QString &key) const
Returns the date and time an attribute last was changed.
void setAttribute(const QString &key, const QString &value)
Sets an attribute referenced by \key to \value.
QString attribute(const QString &key) const
Returns an attribute referenced by \key.
void setTimestamp(const QString &key, const QDateTime &when)
Sets when an attribute last was changed (mostly for internal use).
The Attica namespace,.
Definition activity.h:21