]> git.lyx.org Git - lyx.git/commit
Store spellchecker_esc_chars as a docstring
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Sun, 21 Jul 2024 19:33:01 +0000 (21:33 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Sun, 21 Jul 2024 19:35:14 +0000 (21:35 +0200)
commit23379bb1d596359a0922b9d14e6f83c003ecd14d
treec285ddced37518dae787f3943859a6236396d829
parent2f7d759108c5d438c85dbf2997e500d7fca63a74
Store spellchecker_esc_chars as a docstring

This is a minor optimization to avoid calling from_utf8() repeatedly
on a hot path.
src/LyXRC.cpp
src/LyXRC.h
src/Paragraph.cpp
src/frontends/qt/GuiPrefs.cpp