Fix qdoc errors in QIcon header
Add missing forward declaration, fixing: src/gui/image/qicon.h:93:16: error: unknown type name 'QPainter' This apparently only happens for qdoc. Change-Id: I39e78258f16628d477b629778241c4f5031820c4 Reviewed-by: Paul Wicking <paul.wicking@qt.io>
This commit is contained in:
parent
edf2e69985
commit
041296a88c
@ -50,6 +50,7 @@ QT_BEGIN_NAMESPACE
|
|||||||
|
|
||||||
class QIconPrivate;
|
class QIconPrivate;
|
||||||
class QIconEngine;
|
class QIconEngine;
|
||||||
|
class QPainter;
|
||||||
|
|
||||||
class Q_GUI_EXPORT QIcon
|
class Q_GUI_EXPORT QIcon
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user