summaryrefslogtreecommitdiffstats
path: root/src/pdf/quick/qquickpdfsearchmodel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/pdf/quick/qquickpdfsearchmodel.cpp')
-rw-r--r--src/pdf/quick/qquickpdfsearchmodel.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pdf/quick/qquickpdfsearchmodel.cpp b/src/pdf/quick/qquickpdfsearchmodel.cpp
index 1f62fbad0..b40b9f924 100644
--- a/src/pdf/quick/qquickpdfsearchmodel.cpp
+++ b/src/pdf/quick/qquickpdfsearchmodel.cpp
@@ -39,7 +39,7 @@
QT_BEGIN_NAMESPACE
-Q_LOGGING_CATEGORY(qLcS, "qt.pdf.search")
+Q_LOGGING_CATEGORY(qLcSearch, "qt.pdf.search")
/*!
\qmltype PdfSearchModel
@@ -282,7 +282,7 @@ void QQuickPdfSearchModel::setCurrentResult(int currentResult)
currentResult = 0;
}
}
- qCDebug(qLcS) << "currentResult was" << m_currentResult
+ qCDebug(qLcSearch) << "currentResult was" << m_currentResult
<< "requested" << currentResultWas << "on page" << currentPageWas
<< "->" << currentResult << "on page" << m_currentPage;