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
6700d617b8
commit
63f0af201e
@ -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