summaryrefslogtreecommitdiffstats
path: root/src/pdf/api/qpdfdocument_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pdf/api/qpdfdocument_p.h')
-rw-r--r--src/pdf/api/qpdfdocument_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pdf/api/qpdfdocument_p.h b/src/pdf/api/qpdfdocument_p.h
index 15d8b8259..2dcb70407 100644
--- a/src/pdf/api/qpdfdocument_p.h
+++ b/src/pdf/api/qpdfdocument_p.h
@@ -105,6 +105,7 @@ public:
static int fpdf_GetBlock(void* param, unsigned long position, unsigned char* pBuf, unsigned long size);
static void fpdf_AddSegment(struct _FX_DOWNLOADHINTS* pThis, size_t offset, size_t size);
void updateLastError();
+ QString getText(FPDF_TEXTPAGE textPage, int startIndex, int count);
};
QT_END_NAMESPACE