mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Make the raw timestamp available in QML
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
590af9ae7d
commit
c84f16e7f6
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue