new future: highlight searched words in pdf preview

This commit is contained in:
2019-08-18 23:23:11 +02:00
부모 cff481a57e
커밋 22bcc888b9
4개의 변경된 파일39개의 추가작업 그리고 8개의 파일을 삭제

파일 보기

@ -16,7 +16,8 @@ class PdfWorker : public QObject
{
Q_OBJECT
public:
QFuture<PdfPreview> generatePreviews(const QVector<SearchResult> paths, double scalefactor);
QFuture<PdfPreview> generatePreviews(const QVector<SearchResult> paths, QVector<QString> wordsToHighlight,
double scalefactor);
};
#endif // PDFWORKER_H