diff options
author | Stefan Fuchs <sfuchs@gmx.de> | 2017-10-16 15:52:13 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-10-17 06:12:07 -0400 |
commit | 884e690049f091f43567d6bf77634463af14cd93 (patch) | |
tree | 2d59dbb2dfd458f14a4cdc8bdc9d3b3f581789ad /core/divesite.h | |
parent | ac7830ea9147d23a623eb0c80279d6a6e42c95bc (diff) | |
download | subsurface-884e690049f091f43567d6bf77634463af14cd93.tar.gz |
Tags for geo references: Nicer look, translations and warning message
For the geo references tags update the following:
- Nicer look w/o "Tags:" text and brackets when inside location UI
- Translation for "Tags:"
- Warning message when no dive site layout categories are set
Signed-off-by: Stefan Fuchs <sfuchs@gmx.de>
Diffstat (limited to 'core/divesite.h')
-rw-r--r-- | core/divesite.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/divesite.h b/core/divesite.h index a731f0841..9f6b8f527 100644 --- a/core/divesite.h +++ b/core/divesite.h @@ -8,6 +8,7 @@ #ifdef __cplusplus #include <QString> +#include <QObject> extern "C" { #else #include <stdbool.h> @@ -76,7 +77,7 @@ void merge_dive_sites(uint32_t ref, uint32_t *uuids, int count); #ifdef __cplusplus } -QString constructLocationTags(struct dive_site *ds); +QString constructLocationTags(struct dive_site *ds, bool for_maintab); #endif |