summaryrefslogtreecommitdiffstats
path: root/src/pdf/quick/quick.pro
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@qt.io>2020-04-30 13:10:17 +0200
committerShawn Rutledge <shawn.rutledge@qt.io>2020-04-30 22:24:21 +0200
commit9e3c27595113dd07ad936e73696aee62db4c6f3f (patch)
tree40bbb96903201cd3a98270895f9851047b482840 /src/pdf/quick/quick.pro
parent52f62a236808cf049ec1ca8cde76ab1b0995351a (diff)
Add QML TableViewExtra type to help improve PdfMultiPageView positioning
TableView in Qt 6 adds its own versions of these functions, but we need them now so that PdfMultiPageView can accurately jump back and forth between specific locations and zoom levels. Done-with: Richard Gustavsen Task-number: QTBUG-83679 Change-Id: I895186feab572395af4c49b477b1695480a813df Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@qt.io>
Diffstat (limited to 'src/pdf/quick/quick.pro')
-rw-r--r--src/pdf/quick/quick.pro4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/pdf/quick/quick.pro b/src/pdf/quick/quick.pro
index ab9a439df..bd6bc8827 100644
--- a/src/pdf/quick/quick.pro
+++ b/src/pdf/quick/quick.pro
@@ -25,6 +25,7 @@ SOURCES += \
qquickpdfnavigationstack.cpp \
qquickpdfsearchmodel.cpp \
qquickpdfselection.cpp \
+ qquicktableviewextra.cpp \
HEADERS += \
qquickpdfdocument_p.h \
@@ -32,7 +33,8 @@ HEADERS += \
qquickpdfnavigationstack_p.h \
qquickpdfsearchmodel_p.h \
qquickpdfselection_p.h \
+ qquicktableviewextra_p.h \
-QT += pdf pdf-private gui core qml quick
+QT += pdf pdf-private gui core qml quick quick-private
load(qml_plugin)