core: move report_info and SSRF_INFO to errorhelper.h

qthelper.h is an absolute monstrosity and it is unclear what
report_info and SSRF_INFO have to do with Qt.

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
Berthold Stoeger 2024-03-12 08:52:21 +01:00 committed by Dirk Hohndel
parent d653cec7a4
commit fcf0bda042
6 changed files with 8 additions and 9 deletions

View file

@ -2,7 +2,7 @@
#include "core/units.h"
#include "qt-models/divelocationmodel.h"
#include "core/subsurface-qt/divelistnotifier.h"
#include "core/qthelper.h"
#include "core/errorhelper.h"
#include "core/divesite.h"
#include "core/divelog.h"
#include "core/metrics.h"