summaryrefslogtreecommitdiff
path: root/vcl/qt5/QtData.cxx
diff options
context:
space:
mode:
authorMichael Weghorn <m.weghorn@posteo.de>2021-10-22 14:41:21 +0200
committerMichael Weghorn <m.weghorn@posteo.de>2021-10-22 19:36:05 +0200
commit535d406854f38c717386c6ffa0f895d204ae7038 (patch)
treee2c3e0fd4c13a92b2980c0db0e100568a416eeb5 /vcl/qt5/QtData.cxx
parent107f4f2a6d6a2d84ff8104b1de16b1e06c2af131 (diff)
qt: Adapt log area: "vcl.qt5" -> "vcl.qt"
And also: "vcl.opengl.qt5" -> "vcl.opengl.qt" Change-Id: I86f8a34cb8c1303a81ffbf40c801ba628f3fa0d4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124065 Tested-by: Jenkins Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
Diffstat (limited to 'vcl/qt5/QtData.cxx')
-rw-r--r--vcl/qt5/QtData.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/vcl/qt5/QtData.cxx b/vcl/qt5/QtData.cxx
index dc435fdbd358..e67abdd76224 100644
--- a/vcl/qt5/QtData.cxx
+++ b/vcl/qt5/QtData.cxx
@@ -311,8 +311,7 @@ QCursor& QtData::getCursor(PointerStyle ePointerStyle)
if (!pCursor)
{
pCursor = new QCursor(Qt::ArrowCursor);
- SAL_WARN("vcl.qt5",
- "pointer " << static_cast<int>(ePointerStyle) << " not implemented");
+ SAL_WARN("vcl.qt", "pointer " << static_cast<int>(ePointerStyle) << " not implemented");
}
m_aCursors[ePointerStyle].reset(pCursor);