]> git.lyx.org Git - lyx.git/commit
Get rid of Qt4 code in src/
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Fri, 18 Nov 2022 16:19:50 +0000 (17:19 +0100)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Fri, 18 Nov 2022 16:19:50 +0000 (17:19 +0100)
commitac248e392dd6f97f0dbcfcd6ba4ffedde2daf774
tree2846d8d512b682a2b4abc0dc76d8376fe29e0dc8
parentd9847302359b7f6d5ca02b97b3b323d7f6bc3df7
Get rid of Qt4 code in src/

Qt4 code has been identidifed by
  git grep -l 'QT_VERSION.*\(0x050000\|0x04\)' src

Uses of QT_VERSION_CHECK have been checked too.

been used to remember what places need further work.

Then remaining Qt4 references have been searched using
  git grep -i qt4
  git grep -i 'qt 4'
and relevant issues have been either fixed or noted in the new
TODO.killqt4 file.
28 files changed:
TODO.killqt4 [new file with mode: 0644]
src/frontends/qt/FancyLineEdit.cpp
src/frontends/qt/GuiApplication.cpp
src/frontends/qt/GuiApplication.h
src/frontends/qt/GuiBibtex.cpp
src/frontends/qt/GuiCitation.cpp
src/frontends/qt/GuiDocument.cpp
src/frontends/qt/GuiFontLoader.cpp
src/frontends/qt/GuiFontMetrics.cpp
src/frontends/qt/GuiFontMetrics.h
src/frontends/qt/GuiImage.cpp
src/frontends/qt/GuiKeySymbol.cpp
src/frontends/qt/GuiLyXFiles.cpp
src/frontends/qt/GuiPainter.cpp
src/frontends/qt/GuiPrefs.cpp
src/frontends/qt/GuiRef.cpp
src/frontends/qt/GuiSearch.cpp
src/frontends/qt/GuiToolbar.cpp
src/frontends/qt/GuiView.cpp
src/frontends/qt/GuiWorkArea.cpp
src/frontends/qt/Menus.cpp
src/frontends/qt/TocWidget.cpp
src/frontends/qt/qt_helpers.cpp
src/lyxfind.cpp
src/support/FileMonitor.cpp
src/support/FileName.cpp
src/support/Package.cpp
src/support/filetools.cpp