mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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>
This commit is contained in:
parent
ac7830ea91
commit
884e690049
4 changed files with 28 additions and 6 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue