Re: [Development] Playground Request: ClapInterface

2024-03-19 Thread Dennis Oberst via Development
Hey, Indeed, there is some ambiguity involved with "CLAP". There is also the Rust crate "clap", which is a CLI parsing tool (https://github.com/clap-rs/clap). However, I would expect that any interested soul would read the README or docs where we would resolve the whole ambiguity. Also the

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

2024-03-19 Thread André Somers
On 18/03/2024 14:00, Giuseppe D'Angelo via Development wrote: On 18/03/2024 13:34, André Somers wrote: While I know it's easy to work around, I sometimes find myself doing it anyway. To me, it signals what API is intended to be used in what way. That a class overrides `event`  (or any other

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

2024-03-19 Thread Schimkowitsch Robert
To add a user perspective to the discussion: Please keep things simple and consistent. Consistency is great, especially in large code bases. Changing access modifiers for an existing interface in a derived class is confusing. Due to the way the documentation is structured, it’s also hard to