summaryrefslogtreecommitdiffstats
path: root/src/pdfwidgets
diff options
context:
space:
mode:
authorPeter Varga <pvarga@inf.u-szeged.hu>2020-09-16 10:50:47 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2020-09-23 12:26:52 +0200
commit0e1372d95939d3bd3889100fbec10036d7a83f1f (patch)
treea86a53db4ff36857a1373265b896745d538ce98f /src/pdfwidgets
parentb2a329d3e136a847a352b5f894ce27bd38abe61c (diff)
Fix compilation after 757a9c21c1 in base
Adaptations for the following qtbase changes: - acbf9a858b Cleanup QTypeInfo - 652bd1efca Make QStringList an alias to QList<QString> - 25351dcc54 Long live QKeyCombination! - ed8acbeb7c Automatically register data/debug stream operations in QMetaType - a735038376 Move QStateMachine from QtCore to QtScxml Change-Id: Ieb2677cd0572cc6dfe7be4b8f8dd4189a39bd3fe Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'src/pdfwidgets')
-rw-r--r--src/pdfwidgets/qpdfview_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pdfwidgets/qpdfview_p.h b/src/pdfwidgets/qpdfview_p.h
index 7e758832c..d6b3f0345 100644
--- a/src/pdfwidgets/qpdfview_p.h
+++ b/src/pdfwidgets/qpdfview_p.h
@@ -50,6 +50,7 @@
#include "qpdfview.h"
+#include <QHash>
#include <QPointer>
QT_BEGIN_NAMESPACE