Changes between Version 6 and Version 7 of signals


Ignore:
Timestamp:
11/22/2010 02:54:36 PM (13 years ago)
Author:
marcel.taeumel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • signals

    v6 v7  
    183183One could argue that this is an unnecessary constraint, but it is the idea of the signals, that an object decides itself when a signal is emitted. Allowing the signal sending from everywhere could lead to less readable code.
    184184
    185 See the ''Advanced Usage'' section and read about ''public signals'' if you want to bypass this constraint for some reason.
     185See the [#AdvancedUsage advanced usage] section and read about [#PublicSignals public signals] if you want to bypass this constraint for some reason.
    186186
    187187== Basic Connections ==