QRestReply: include / fwd-declare what you need

Don't depend on transitive includes and forward declarations.

Found in API-review.

Pick-to: 6.7
Change-Id: I61b9517453f164391abb9254d92e7ea38051e730
Reviewed-by: Juha Vuolle <juha.vuolle@qt.io>
bb10
Marc Mutz 2024-01-10 08:53:20 +01:00 committed by Juha Vuolle
parent 1702a37a39
commit fbe29fb368
1 changed files with 6 additions and 0 deletions

View File

@ -6,9 +6,15 @@
#include <QtNetwork/qnetworkreply.h>
#include <optional>
QT_BEGIN_NAMESPACE
class QByteArray;
class QDebug;
class QJsonDocument;
class QString;
class QRestReplyPrivate;
class Q_NETWORK_EXPORT QRestReply : public QObject
{