]> git.lyx.org Git - lyx.git/commit
Remove use of QRegExp
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 20 Feb 2023 16:38:59 +0000 (17:38 +0100)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Fri, 3 Mar 2023 09:49:32 +0000 (10:49 +0100)
commit263da2fa20ba30b60a4c752b692c6cb822664585
tree0736d6510c281b3b576cc12d85b8754fe9f67bc8
parent88c1ed9e32f0f6b48c6fadf67c7db43b292c6684
Remove use of QRegExp

QRegexp has been replaced with QRegularExpression in Qt5. Now that we
have dropped support for Qt4, there is no need for keeping it around.
14 files changed:
src/frontends/qt/CategorizedCombo.cpp
src/frontends/qt/GuiAbout.cpp
src/frontends/qt/GuiApplication.cpp
src/frontends/qt/GuiDocument.cpp
src/frontends/qt/GuiListings.cpp
src/frontends/qt/GuiLog.cpp
src/frontends/qt/GuiLog.h
src/frontends/qt/GuiPrefs.cpp
src/frontends/qt/GuiTabular.cpp
src/frontends/qt/GuiThesaurus.cpp
src/frontends/qt/LaTeXHighlighter.cpp
src/frontends/qt/LayoutBox.cpp
src/frontends/qt/Validator.cpp
src/support/qstring_helpers.cpp