Qt6: add missing includes

This class is only available via Qt5 compatibility and for that we need the
explicit include.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2022-02-09 17:14:22 -08:00
parent 3321904434
commit 8b463ca158
2 changed files with 2 additions and 1 deletions

View file

@ -10,6 +10,7 @@
#include <QFile>
#include <QDebug>
#include <QNetworkProxy>
#include "QTextCodec"
#define LARGE_TEST_REPO "https://github.com/Subsurface/large-anonymous-sample-data"