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. Now admittedly the signal is part of the class's public API so CONCEPTUALLY it sort of crosses visibility layers. /s/ Adam _______________________________________________ Qt-creator mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/qt-creator
