[Development] Should QObject::event() be protected or public?
Ahmad Samir
a.samirh78 at gmail.com
Fri Mar 15 19:24:56 CET 2024
On 15/3/24 19:57, Jean-Michaël Celerier wrote:
> There's nothing more frustrating that instantiating a C++ type on the stack
> like
>
> MyType foo;
>
> and having to call a function with:
>
> static_cast<Base&>(foo).someVirtualMethod();
>
Or:
foo.Base::someVirtualMethod();
[..]
--
Ahmad Samir
-------------- next part --------------
A non-text attachment was scrubbed...
Name: OpenPGP_signature
Type: application/pgp-signature
Size: 236 bytes
Desc: OpenPGP digital signature
URL: <http://lists.qt-project.org/pipermail/development/attachments/20240315/597a5e09/attachment-0001.sig>
More information about the Development
mailing list