mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
core: move floating point functions to own header file
This were in subsurface-string.h for unknown reasons. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
61701509b0
commit
aa4b48f440
12 changed files with 35 additions and 20 deletions
|
@ -4,6 +4,7 @@
|
|||
#include "core/qthelper.h"
|
||||
#include "core/divelist.h"
|
||||
#include "core/settings/qPrefDiveComputer.h"
|
||||
#include "core/subsurface-float.h"
|
||||
#include "core/subsurface-string.h"
|
||||
#include "core/uemis.h"
|
||||
#include "core/downloadfromdcthread.h"
|
||||
|
@ -169,8 +170,6 @@ void DownloadFromDCWidget::DC##num##Clicked() \
|
|||
}
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
DCBUTTON(1)
|
||||
DCBUTTON(2)
|
||||
DCBUTTON(3)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue