commit 8072488b8b07104802f83d3cd5e73dec76f1c1d8 Author: Jean-Marc Lasgouttes <lasgout...@lyx.org> Date: Wed Feb 12 14:17:06 2025 +0100
Restore ostream format (spotted by Coverity Scan) --- src/frontends/qt/GuiInputMethod.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/frontends/qt/GuiInputMethod.cpp b/src/frontends/qt/GuiInputMethod.cpp index dfd5f4a2b1..372811a75e 100644 --- a/src/frontends/qt/GuiInputMethod.cpp +++ b/src/frontends/qt/GuiInputMethod.cpp @@ -770,8 +770,9 @@ void GuiInputMethod::processQuery(Qt::InputMethodQuery query) } // hints for input method on expected input case Qt::ImHints: { - LYXERR(Debug::DEBUG, msg << "0x" << std::hex << - d->work_area_->inputMethodHints()); + LYXERR(Debug::DEBUG, msg << "0x" << std::hex + << d->work_area_->inputMethodHints() + << std::dec); Q_EMIT queryProcessed((qlonglong)d->work_area_->inputMethodHints()); break; } -- lyx-cvs mailing list lyx-cvs@lists.lyx.org https://lists.lyx.org/mailman/listinfo/lyx-cvs