On 08/30/2013 04:52 PM, Coda Highland wrote: > On Fri, Aug 30, 2013 at 4:40 AM, Nikolai Kosjar > <[email protected]> wrote: >> "Q_SIGNALS" and "signals" are defined to "public" by default > > In terms of the actual DEFINITION of these macros, it's actually > defined to "protected", as an outside class can't invoke the emission > function directly.
No, they are defined to public. This is exactly what has changed in Qt 5, as the link Nikolai provided explains. Christian _______________________________________________ Qt-creator mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/qt-creator
