16 Q_PROPERTY(QByteArray hash READ hash CONSTANT)
17 Q_PROPERTY(QString author READ author CONSTANT)
18 Q_PROPERTY(QDateTime timestamp READ timestamp CONSTANT)
19 Q_PROPERTY(QByteArray contentHash READ contentHash CONSTANT)
20 Q_PROPERTY(
int historicity READ historicity CONSTANT)
26 QByteArray hash()
const;
27 QByteArray contentHash()
const;
28 int historicity()
const;
30 QString author()
const;
31 QDateTime timestamp()
const;