[Development] Failed to install qt-6.6.0 docs after buliding the 'html_docs' target

2024-03-16 Thread Haowei Hsu
Hello, Qt Development Team. Recently, I tried to build and install qt-6.6.0 documentation from source on Kubuntu 22.04. Although the building process was successful, the installing process failed. The following commands are what I runned to build and install qt-6.6.0 1) Install the Prerequisites:

Re: [Development] Should QObject::event() be protected or public?

2024-03-16 Thread Konstantin Shegunov
On Sat, Mar 16, 2024 at 4:01 PM Marc Mutz via Development < development@qt-project.org> wrote: > Function != variable ;-) > Granted, they're different and using declarations are intended for and work for _both_ functions and variables. I was simply providing some context where this syntax is actu

Re: [Development] Should QObject::event() be protected or public?

2024-03-16 Thread Marc Mutz via Development
On 16.03.24 01:47, Konstantin Shegunov wrote: > On Fri, Mar 15, 2024 at 10:48 PM Marc Mutz via Development > mailto:development@qt-project.org>> wrote: > > The member variable thing sounds very wrong. I'd be surprised if it > compiled. [...] > struct A > { >