summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@qt.io>2022-09-08 18:07:31 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-09-10 05:21:25 +0000
commitdf80177a493a8d50ebce77f3c0f575dbfad2c61a (patch)
tree6cbfebabb0a06a5444fa891df0596c1dcd91bd68
parent14279ab225bc76f1c06ffa2663dfae44a76840d9 (diff)
Remove qLcNav logging category from qquickpdfpagenavigator.cpp
It's not used in QQuickPdfPageNavigator, and causes a linker warning about a duplicate symbol, especially in static builds. Fixes: QTBUG-106361 Change-Id: I128c10a1aead1aa9a761dc091c626488fc195d12 Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io> (cherry picked from commit 1d98fad6ea411a00812d52bb7119f651b499d7a9) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--src/pdfquick/qquickpdfpagenavigator.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/pdfquick/qquickpdfpagenavigator.cpp b/src/pdfquick/qquickpdfpagenavigator.cpp
index be828c059..939d928e9 100644
--- a/src/pdfquick/qquickpdfpagenavigator.cpp
+++ b/src/pdfquick/qquickpdfpagenavigator.cpp
@@ -6,8 +6,6 @@
QT_BEGIN_NAMESPACE
-Q_LOGGING_CATEGORY(qLcNav, "qt.pdf.pagenavigator")
-
/*!
\qmltype PdfPageNavigator
//! \instantiates QQuickPdfPageNavigator