Qt6: add required QFile header
This worked without that include in Qt5, but having it there doesn't hurt, either, so instead of yet another conditional compile, let's just include it everywhere. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
5a023c953b
commit
4f08d643b9
@ -10,6 +10,7 @@
|
||||
#include <QRegularExpression>
|
||||
#include <QUndoStack>
|
||||
#include <QPainter>
|
||||
#include <QFile>
|
||||
#include "core/filterpreset.h"
|
||||
#include "core/qthelper.h"
|
||||
#include "core/divesite.h"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user