summaryrefslogtreecommitdiffstats
path: root/core/trip.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/trip.h')
-rw-r--r--core/trip.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/trip.h b/core/trip.h
index 2ca2791cd..51f371589 100644
--- a/core/trip.h
+++ b/core/trip.h
@@ -13,6 +13,7 @@ typedef struct dive_trip
char *location;
char *notes;
struct dive_table dives;
+ int id; /* unique ID for this trip: used to pass trips through QML. */
/* Used by the io-routines to mark trips that have already been written. */
bool saved;
bool autogen;