cleanup: remove getDivesInTrip() in qthelper.cpp

This function was not used anywhere. Moreover, remove a few
unused includes from qthelper.h. Surprisingly, a number of users
of qthelper.h depend on these, so readd them at the appropriate
places.

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
Berthold Stoeger 2020-12-28 14:30:57 +01:00 committed by Dirk Hohndel
parent 8758b95881
commit bbbd4c8818
7 changed files with 7 additions and 18 deletions

View file

@ -5,6 +5,7 @@
#include "qthelper.h"
#include <QString>
#include <QFile>
#include <QFileInfo>
#include <QDateTime>
// Weirdly, android builds fail owing to undefined UINT64_MAX