mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue