mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
[Divesite] Add country on divesite
Add more information for the divesite, a country can be used to help sorting. Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
aca8fea2a9
commit
cabf8c0c21
2 changed files with 8 additions and 0 deletions
|
|
@ -17,6 +17,7 @@ struct dive_site
|
|||
{
|
||||
uint32_t uuid;
|
||||
char *name;
|
||||
char *country;
|
||||
degrees_t latitude, longitude;
|
||||
char *description;
|
||||
char *notes;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue