Any idea about these signals?

Thomas Zander zander at kde.org
Sat Dec 31 14:14:36 CET 2005


On Saturday 31 December 2005 11:31, Boudewijn Rempt wrote:
> QObject::connect: No such signal KisImage::sigLayersChanged(KisImageSP)
> QObject::connect:  (sender name:   'unnamed')
> QObject::connect:  (receiver name: 'unnamed')
> QObject::connect: No such signal KisImage::sigLayersUpdated(KisImageSP)
> QObject::connect:  (sender name:   'unnamed')
> QObject::connect:  (receiver name: 'unnamed')

That, if nothing else, you guys should pass names to your QObjects :)

In constructor;  Foo::Foo() : QObject(0, "Foo") { }
or setName("Foo");

-- 
Thomas Zander
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://mail.kde.org/pipermail/kimageshop/attachments/20051231/c9a4be6b/attachment.pgp


More information about the kimageshop mailing list