Replace qdebug.h include with forward-declarations in private headers
Only one header so far. Amends 731538fdd469452e721b568fcbd808b437332008. Pick-to: 6.5 Change-Id: I7449b4f91d8b44f4efab71d4d0fe259022d847a4 Reviewed-by: Marc Mutz <marc.mutz@qt.io> (cherry picked from commit 22ab256e37e34988bdd405782ad09bb3eed37bf3) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org> (cherry picked from commit e26acf0f277e0a05d7df4d45deeb1000b4ce2aea)
This commit is contained in:
parent
873fa9cc84
commit
1728d64f6d
@ -18,11 +18,12 @@
|
|||||||
#include <QtGui/qtguiglobal.h>
|
#include <QtGui/qtguiglobal.h>
|
||||||
#include <QSharedDataPointer>
|
#include <QSharedDataPointer>
|
||||||
#include <QLoggingCategory>
|
#include <QLoggingCategory>
|
||||||
#include <QDebug>
|
|
||||||
#include <private/qglobal_p.h>
|
#include <private/qglobal_p.h>
|
||||||
|
|
||||||
QT_BEGIN_NAMESPACE
|
QT_BEGIN_NAMESPACE
|
||||||
|
|
||||||
|
class QDebug;
|
||||||
|
|
||||||
Q_DECLARE_LOGGING_CATEGORY(lcQtGuiTextureIO)
|
Q_DECLARE_LOGGING_CATEGORY(lcQtGuiTextureIO)
|
||||||
|
|
||||||
class QTextureFileDataPrivate;
|
class QTextureFileDataPrivate;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user