Make the raw timestamp available in QML

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2016-04-14 05:38:11 -07:00
parent 590af9ae7d
commit c84f16e7f6

View file

@ -13,6 +13,7 @@ class DiveObjectHelper : public QObject {
Q_PROPERTY(int rating READ rating CONSTANT)
Q_PROPERTY(QString date READ date CONSTANT)
Q_PROPERTY(QString time READ time CONSTANT)
Q_PROPERTY(int timestamp READ timestamp CONSTANT)
Q_PROPERTY(QString location READ location CONSTANT)
Q_PROPERTY(QString gps READ gps CONSTANT)
Q_PROPERTY(QString duration READ duration CONSTANT)