Add the include for QPointer to avoid MSVC compilation error

It has been reported that 7447e2b337
needs amending to build on MSVC 2019, although it was OK in CI.

Change-Id: Id22c2a3608529abebd66c0e8f401bc6f26f45e18
Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
bb10
Shawn Rutledge 2020-03-02 17:40:11 +01:00
parent 8c883c8da3
commit d9ca61bf0f
1 changed files with 1 additions and 0 deletions

View File

@ -56,6 +56,7 @@
#include <QtGui/qpalette.h>
#include <QtGui/qtextdocument.h>
#include <QtGui/qtextlist.h>
#include <QtCore/qpointer.h>
#include <QtCore/qstack.h>
QT_BEGIN_NAMESPACE