planner: use std::string in plannernotes.cpp

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
Berthold Stoeger 2024-03-08 10:44:20 +01:00 committed by bstoeger
parent 8b51ff7ded
commit 4db19d6284
5 changed files with 120 additions and 129 deletions

View file

@ -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();