On Sun, Oct 19, 2025 at 10:58:35AM +0900, Yokota K. wrote:
> 
> > 2025/10/16 17:47???Pavel Sanda <[email protected]>????????????:
> > 
> > Qt 6.10 is out, let's see whether the the first problem with dialog
> > is solved.
> 
> I tried to test but at this moment Qt 6.10 emits the following error on 
> master & MacOS.

I am not sure whether waiting for another Qt version would solve this.

It looks as if QList on mac changed in the way that declaring 
MenuItem::QList<MenuDefinition> submenu_
with just forward declaration of MenuDefinition is not possible anymore.

As definition of MenuDefinition needs definition of MenuItem::Kind we can't just
changed the order of MenuDefinition/MenuItem classes and we came to limits
how are these two classes encapsulated in Menus.cpp.

Probably refactoring is needed if we want to have functional Qt 6.10 on mac 
again.

Pavel
-- 
lyx-devel mailing list
[email protected]
https://lists.lyx.org/mailman/listinfo/lyx-devel

Reply via email to