diff options
| author | Ulf Hermann <ulf.hermann@qt.io> | 2024-06-06 13:46:38 +0200 |
|---|---|---|
| committer | Ulf Hermann <ulf.hermann@qt.io> | 2024-06-19 23:09:23 +0200 |
| commit | 08bfc40091f03f01e2866c88516e03dbd6342db5 (patch) | |
| tree | cfbea06130f24dcf87485b1c9910f4e2bee3371a /src/quick/items/qquicktextnodeengine.cpp | |
| parent | 416d30deb6eedb7e74e907c1f106a9b95368fc2f (diff) | |
QtQuick: 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: I485bb7e4379e86f72619f848399ad58c76586851
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
Diffstat (limited to 'src/quick/items/qquicktextnodeengine.cpp')
| -rw-r--r-- | src/quick/items/qquicktextnodeengine.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/quick/items/qquicktextnodeengine.cpp b/src/quick/items/qquicktextnodeengine.cpp index c486fece40..d6d31b4621 100644 --- a/src/quick/items/qquicktextnodeengine.cpp +++ b/src/quick/items/qquicktextnodeengine.cpp @@ -18,11 +18,10 @@ #include <private/qrawfont_p.h> #include <private/qglyphrun_p.h> #include <private/qquickitem_p.h> +#include <private/qsgdistancefieldglyphnode_p.h> QT_BEGIN_NAMESPACE -Q_DECLARE_LOGGING_CATEGORY(lcSgText) - QQuickTextNodeEngine::BinaryTreeNodeKey::BinaryTreeNodeKey(BinaryTreeNode *node) : fontEngine(QRawFontPrivate::get(node->glyphRun.rawFont())->fontEngine) , clipNode(node->clipNode) |
