mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Cleanup: remove includes from qthelper.h
To reduce interdependencies, remove the dive.h and divelist.h includes in qthelper.h Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
0136d76cf4
commit
8f119dcf72
14 changed files with 17 additions and 3 deletions
|
|
@ -5,8 +5,9 @@
|
|||
#include <stdint.h>
|
||||
#include <libxslt/transform.h>
|
||||
#include <libxslt/xsltutils.h>
|
||||
#include "dive.h"
|
||||
#include "divelist.h"
|
||||
#include "core/pref.h"
|
||||
|
||||
struct picture;
|
||||
|
||||
// 1) Types
|
||||
|
||||
|
|
@ -26,7 +27,7 @@ QString distance_string(int distanceInMeters);
|
|||
bool gpsHasChanged(struct dive *dive, struct dive *master, const QString &gps_text, bool *parsed_out = 0);
|
||||
QList<int> getDivesInTrip(struct dive_trip *trip);
|
||||
QString get_gas_string(struct gasmix gas);
|
||||
QString get_divepoint_gas_string(struct dive *d, const divedatapoint& dp);
|
||||
QString get_divepoint_gas_string(struct dive *d, const struct divedatapoint &dp);
|
||||
QString get_taglist_string(struct tag_entry *tag_list);
|
||||
void read_hashes();
|
||||
void write_hashes();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue