aboutsummaryrefslogtreecommitdiffstats
path: root/src/labs/models/qqmltablemodel.cpp
diff options
context:
space:
mode:
authorUlf Hermann <[email protected]>2024-06-06 13:47:48 +0200
committerUlf Hermann <[email protected]>2024-06-14 13:21:07 +0200
commit83932e52f1538e4de835a6b55bdf4a727e4ad21e (patch)
tree05d894c87c0d596cc587dbb27feb2646e93c67ed /src/labs/models/qqmltablemodel.cpp
parentd8d3342daeacc7e63d61916ee94e12b766f18521 (diff)
labs: Straighten out some logging categories
Either make them static or declare them in a header. We want them to be static wherever possible, in order to reduce the number of visible symbols. If they can't be static, however, they should at least be declared in only one place. Task-number: QTBUG-67692 Change-Id: I72c6ed00ce6e0d81ebb8e0dff93f410bd001342a Reviewed-by: Mitch Curtis <[email protected]>
Diffstat (limited to 'src/labs/models/qqmltablemodel.cpp')
-rw-r--r--src/labs/models/qqmltablemodel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/labs/models/qqmltablemodel.cpp b/src/labs/models/qqmltablemodel.cpp
index 6b14eeaaef..adf187f225 100644
--- a/src/labs/models/qqmltablemodel.cpp
+++ b/src/labs/models/qqmltablemodel.cpp
@@ -9,7 +9,7 @@
QT_BEGIN_NAMESPACE
-Q_LOGGING_CATEGORY(lcTableModel, "qt.qml.tablemodel")
+Q_STATIC_LOGGING_CATEGORY(lcTableModel, "qt.qml.tablemodel")
/*!
\qmltype TableModel