diff options
author | Jan Mulder <jlmulder@xs4all.nl> | 2018-09-04 17:10:11 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-09-04 15:02:07 -0700 |
commit | 12789a3f9ff81f77bda76ccb0cc6ba5aa6aa0ace (patch) | |
tree | ab46579096c92332df0ae6d9ccc986c6013e1a18 /qt-models/divetripmodel.h | |
parent | 77577f717f5aad38ea8c4c41c10c181486c4337f (diff) | |
download | subsurface-12789a3f9ff81f77bda76ccb0cc6ba5aa6aa0ace.tar.gz |
Desktop: buddies in the dive list
As proposed in RFC #1587, now also alllow buddies to be shown in the
divelist.
Fixes: #1587
Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
Diffstat (limited to 'qt-models/divetripmodel.h')
-rw-r--r-- | qt-models/divetripmodel.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qt-models/divetripmodel.h b/qt-models/divetripmodel.h index 32a656bfe..700ae4c12 100644 --- a/qt-models/divetripmodel.h +++ b/qt-models/divetripmodel.h @@ -25,6 +25,7 @@ public: MAXCNS, TAGS, PHOTOS, + BUDDIES, COUNTRY, LOCATION, COLUMNS @@ -75,6 +76,7 @@ public: MAXCNS, TAGS, PHOTOS, + BUDDIES, COUNTRY, LOCATION, COLUMNS |