summaryrefslogtreecommitdiffstats
path: root/src/pdf
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2020-08-14 14:43:33 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2020-08-18 13:43:12 +0200
commita180f3a54b076be70ad137ecfd89af2b6efdaa8e (patch)
treed33f104449ae4c151e8c396dc65dc0e2d2441c45 /src/pdf
parentcc31847a8a7fc36e970a5048de4a91f9e9f8f573 (diff)
Update dependencies on 'dev' in qtwebengine
Temporarily disable qttools and qtwebchannel dependencies as qtquickcontrols2 is 3 commits ahead in its qtdeclarative dependency. Change-Id: Ic2a1b472300e1fa1545f5d553e4b909c07c88ba9 Reviewed-by: Michal Klocek <michal.klocek@qt.io>
Diffstat (limited to 'src/pdf')
-rw-r--r--src/pdf/qpdfsearchmodel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pdf/qpdfsearchmodel.cpp b/src/pdf/qpdfsearchmodel.cpp
index 9eb304263..aee28f999 100644
--- a/src/pdf/qpdfsearchmodel.cpp
+++ b/src/pdf/qpdfsearchmodel.cpp
@@ -178,7 +178,7 @@ void QPdfSearchModel::timerEvent(QTimerEvent *event)
return;
if (!d->document || d->nextPageToUpdate >= d->document->pageCount()) {
if (d->document)
- qCDebug(qLcS, "done updating search results on %d pages", d->searchResults.count());
+ qCDebug(qLcS) << "done updating search results on" << d->searchResults.count() << "pages";
killTimer(d->updateTimerId);
d->updateTimerId = -1;
}