commit c77063a3948759604f7770ad2bd5ce71f8ba9453
Author: Juergen Spitzmueller <[email protected]>
Date: Wed Oct 15 15:58:08 2025 +0200
Address Qt 6.10 compiler warning
This value has been added in Qt 6.10.
Do something with it?
---
src/frontends/qt/GuiInputMethod.cpp | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/src/frontends/qt/GuiInputMethod.cpp
b/src/frontends/qt/GuiInputMethod.cpp
index 023f80b108..1852155dbd 100644
--- a/src/frontends/qt/GuiInputMethod.cpp
+++ b/src/frontends/qt/GuiInputMethod.cpp
@@ -447,6 +447,11 @@ void GuiInputMethod::setPreeditStyle(
"QInputMethodEvent::Selection start: " <<
it.start <<
" length: " << it.length);
break;
+#if QT_VERSION >= QT_VERSION_CHECK(6, 10, 0)
+ case QInputMethodEvent::MimeData:
+ // FIXME this is new in Qt 6.10. Something to implement?
+ break;
+#endif
} // end switch
} // end for
--
lyx-cvs mailing list
[email protected]
https://lists.lyx.org/mailman/listinfo/lyx-cvs