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
parent
1702a37a39
commit
fbe29fb368
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue