[Interest] Qt signals and polymorphism
Thiago Macieira
thiago.macieira at intel.com
Sun Nov 22 20:01:18 CET 2015
On Sunday 22 November 2015 10:21:45 Bob Hood wrote:
> class SubChannel : public Channel
> {
> ...
> SubChannel();
>
> signals:
> void signal_channel_clear();
> ...
> }
Why are you creating a signal with the same name of a signal that already
exists? Why can't you use the same signal?
--
Thiago Macieira - thiago.macieira (AT) intel.com
Software Architect - Intel Open Source Technology Center
More information about the Interest
mailing list