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:
Dirk Hohndel 2022-02-09 17:21:47 -08:00
parent 6700d617b8
commit 63f0af201e

View file

@ -10,6 +10,7 @@
#include <QRegularExpression>
#include <QUndoStack>
#include <QPainter>
#include <QFile>
#include "core/filterpreset.h"
#include "core/qthelper.h"
#include "core/divesite.h"