Re: [LyX/master] Few unused Qt headers

2025-06-12 Thread Pavel Sanda
On Thu, Jun 12, 2025 at 04:31:12AM +0200, Jürgen Spitzmüller wrote: > Am Mittwoch, dem 11.06.2025 um 23:59 +0100 schrieb José Matos: > > Does that means that QStyleHints implies QStyle? > > No, but we use QStyle with QT_VERSION >= QT_VERSION_CHECK(6, 8, 0) > later in the file (648--50) > > I fixe

Re: [LyX/master] Few unused Qt headers

2025-06-11 Thread Jürgen Spitzmüller
Am Mittwoch, dem 11.06.2025 um 23:59 +0100 schrieb José Matos: > Does that means that QStyleHints implies QStyle? No, but we use QStyle with QT_VERSION >= QT_VERSION_CHECK(6, 8, 0) later in the file (648--50) I fixed it. -- Jürgen -- lyx-devel mailing list lyx-devel@lists.lyx.org https://lists

Re: [LyX/master] Few unused Qt headers

2025-06-11 Thread José Matos
On Wed, 2025-06-11 at 23:46 +0100, José Matos wrote: > FWIW I am using qt6 and gcc 15. qt 6.9.1 I say this because of the patch: -#include #if (QT_VERSION >= QT_VERSION_CHECK(6, 8, 0)) #include #endif Does that means that QStyleHints implies QStyle? Too tired to test this now. :-) -- Jo

Re: [LyX/master] Few unused Qt headers

2025-06-11 Thread José Matos
On Wed, 2025-06-11 at 20:43 +, Pavel Sanda wrote: > commit 904be73baaf469b402db9ca17bc46c59896e8a6b > Author: Pavel Sanda > Date:   Wed Jun 11 22:43:05 2025 +0200 > >     Few unused Qt headers I am note sure if it is related with this patch but now I get: make[6]: Entering directory '/home/