summaryrefslogtreecommitdiffstats
path: root/src/pdfwidgets/qpdfview.cpp
diff options
context:
space:
mode:
authorKaloyan Chehlarski <kaloyan.chehlarski@qt.io>2024-07-22 15:45:00 +0200
committerKaloyan Chehlarski <kaloyan.chehlarski@qt.io>2024-07-25 08:40:57 +0000
commitbf6ab9e0648edebd078582a11d188c29e63f3c51 (patch)
treeb3149886d514deb279e07a609ef7bc19d173afa4 /src/pdfwidgets/qpdfview.cpp
parente7e0d1008bcc0c8b5aea531b9a63b2d25537940a (diff)
Revert "Use static logging categories everywhere"
This reverts commit bd6e209152d042a08fc226a9e92ee1c04cf1954a. The change broke backwards compatibility with 6.8, because the relevant macros were introduced after the feature freeze, and are thus not part of the 6.8 release. This revert fixes the impeding backwards incompatibility whenever WebEngine 6.9 is released. Change-Id: I4626c4fe2647a5eb2a0729696cb80db6a47569a7 Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
Diffstat (limited to 'src/pdfwidgets/qpdfview.cpp')
-rw-r--r--src/pdfwidgets/qpdfview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pdfwidgets/qpdfview.cpp b/src/pdfwidgets/qpdfview.cpp
index 851cad980..a19b77a7f 100644
--- a/src/pdfwidgets/qpdfview.cpp
+++ b/src/pdfwidgets/qpdfview.cpp
@@ -19,7 +19,7 @@
QT_BEGIN_NAMESPACE
-Q_STATIC_LOGGING_CATEGORY(qLcWLink, "qt.pdf.widgets.links")
+Q_LOGGING_CATEGORY(qLcWLink, "qt.pdf.widgets.links")
//#define DEBUG_LINKS
static const QColor SearchResultHighlight("#80B0C4DE");