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:
Berthold Stoeger 2018-06-03 22:15:19 +02:00 committed by Dirk Hohndel
parent 9f349a4efc
commit 36b9e5e31e
53 changed files with 85 additions and 106 deletions

View file

@ -5,7 +5,6 @@
#include <QTextDocument>
#include "core/qthelper.h"
#include "core/helpers.h"
#include "core/subsurface-string.h"
#include "qt-models/tankinfomodel.h"