summaryrefslogtreecommitdiffstats
path: root/src/pdf/quick
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2020-04-20 16:18:59 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2020-04-24 20:04:04 +0200
commitd0852f90a24673ccc9ef0b93e224ba37b674644d (patch)
tree99f70cf22c1e671be5bddd46be25439d34e805d5 /src/pdf/quick
parentdbc3ca7cfcb915b99bb43ddb13959c90a264fa11 (diff)
Fix building dev with newer QtBase
Change-Id: I0d52e4f6684425cb15319760e0001bdb13846997 Reviewed-by: Jüri Valdmann <juri.valdmann@qt.io>
Diffstat (limited to 'src/pdf/quick')
-rw-r--r--src/pdf/quick/qquickpdfselection_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pdf/quick/qquickpdfselection_p.h b/src/pdf/quick/qquickpdfselection_p.h
index a0e6d1a8d..bba2a4861 100644
--- a/src/pdf/quick/qquickpdfselection_p.h
+++ b/src/pdf/quick/qquickpdfselection_p.h
@@ -53,9 +53,9 @@
#include <QVariant>
#include <QtQml/qqml.h>
-QT_BEGIN_NAMESPACE
+#include "qquickpdfdocument_p.h"
-class QQuickPdfDocument;
+QT_BEGIN_NAMESPACE
class QQuickPdfSelection : public QObject
{