new future: highlight searched words in pdf preview
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user