mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Cleanup: fold core/helpers.h into core/qthelper.h
helpers.h included qthelper.h and all functions declared in helpers.h were defined in qthelper.h. Therefore fold the former into the latter, since the split seems completely arbitrary. While doing so, change the return-type of get_dc_nichname from "const QString" to "QString". Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
9f349a4efc
commit
36b9e5e31e
53 changed files with 85 additions and 106 deletions
|
@ -5,7 +5,6 @@
|
|||
#include <QTextDocument>
|
||||
|
||||
#include "core/qthelper.h"
|
||||
#include "core/helpers.h"
|
||||
#include "core/subsurface-string.h"
|
||||
#include "qt-models/tankinfomodel.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue