]> git.lyx.org Git - lyx.git/commit
Compilation fix with Qt < 5.7
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Wed, 3 Apr 2024 10:39:09 +0000 (12:39 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Wed, 3 Apr 2024 10:41:45 +0000 (12:41 +0200)
commit6260689fd552a5e83d2970dcfd4d5ba7e09443e7
tree27c8555b5b9828ff7ce0cf2563fc089eebd440d4
parentf89e39e40302173067d0f9fc58a3ca4f8d2bfa63
Compilation fix with Qt < 5.7

Qt::ImAnchorRectangle has only been introduced in Qt 5.7. Since it is
used to answer a query from the IM machinery, there is no need for
it with older Qt versions.
src/frontends/qt/GuiWorkArea.cpp