Replace qdebug.h include with forward-declarations in private headers
Only one header so far.
Amends 731538fdd4.
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)
bb10
parent
873fa9cc84
commit
1728d64f6d
|
|
@ -18,11 +18,12 @@
|
|||
#include <QtGui/qtguiglobal.h>
|
||||
#include <QSharedDataPointer>
|
||||
#include <QLoggingCategory>
|
||||
#include <QDebug>
|
||||
#include <private/qglobal_p.h>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
class QDebug;
|
||||
|
||||
Q_DECLARE_LOGGING_CATEGORY(lcQtGuiTextureIO)
|
||||
|
||||
class QTextureFileDataPrivate;
|
||||
|
|
|
|||
Loading…
Reference in New Issue