mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
planner: use std::string in plannernotes.cpp
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
8b51ff7ded
commit
4db19d6284
5 changed files with 120 additions and 129 deletions
|
@ -97,6 +97,7 @@ QString printGPSCoords(const location_t *loc);
|
|||
std::string printGPSCoordsC(const location_t *loc);
|
||||
std::vector<int> get_cylinder_map_for_remove(int count, int n);
|
||||
std::vector<int> get_cylinder_map_for_add(int count, int n);
|
||||
std::string get_current_date();
|
||||
|
||||
extern QString (*changesCallback)();
|
||||
void uiNotification(const QString &msg);
|
||||
|
@ -132,7 +133,6 @@ char *cloud_url();
|
|||
char *hashfile_name_string();
|
||||
enum deco_mode decoMode(bool in_planner);
|
||||
void parse_seabear_header(const char *filename, struct xml_params *params);
|
||||
char *get_current_date();
|
||||
time_t get_dive_datetime_from_isostring(char *when);
|
||||
void print_qt_versions();
|
||||
void lock_planner();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue