Bug in KAction::initPrivate

Ellis Whitehead ellis at kde.org
Thu Sep 26 18:45:39 BST 2002


On Thursday 26 September 2002 15:26, Simon Hausmann wrote:
> ...
> That's a new feature in Qt3.1, it warns about braindamaged signal
> declarations. The thing is that KAction declares activated( int )
> and KListAction as well. This makes few sense :)
>
> So that's a third problem ;-) . It will get fixed if we revert the
> name-magic{42} or if someone removes the activated( int ) signal
> declaration in KListAction (these two fixes are mutually exclusive

How does name-magic{42} play a role in anything?  The only time that could 
cause a problem is with a KListAction that has "{#}" in the name, since 
otherwise the connection is properly ignored in KAction::initPrivate().

Cheers,
Ellis




More information about the kde-core-devel mailing list