summaryrefslogtreecommitdiff
path: root/vcl/qt5/QtFrame.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/QtFrame.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/QtFrame.cxx')
-rw-r--r--vcl/qt5/QtFrame.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/qt5/QtFrame.cxx b/vcl/qt5/QtFrame.cxx
index 87cfc5f90f74..2d4a068a34b1 100644
--- a/vcl/qt5/QtFrame.cxx
+++ b/vcl/qt5/QtFrame.cxx
@@ -1177,7 +1177,7 @@ KeyIndicatorState QtFrame::GetIndicatorState() { return KeyIndicatorState(); }
void QtFrame::SimulateKeyPress(sal_uInt16 nKeyCode)
{
- SAL_WARN("vcl.qt5", "missing simulate keypress " << nKeyCode);
+ SAL_WARN("vcl.qt", "missing simulate keypress " << nKeyCode);
}
void QtFrame::SetParent(SalFrame* pNewParent) { m_pParent = static_cast<QtFrame*>(pNewParent); }