[Development] Fixing connecting to private signals

Stephen Kelly stephen.kelly at kdab.com
Wed Jul 11 18:13:07 CEST 2012


Hi there,

With the function-pointer-based QObject::connect syntax, it is currently not 
possible to connect to the private signals on QAbstractItemModel 
(rowsInserted() etc), QAbstractState (entered() and exited()) and 
QAbstractTransition (triggered()). 

Patches for fixing that are here:

* https://codereview.qt-project.org/#change,30372
* https://codereview.qt-project.org/#change,30337
* https://codereview.qt-project.org/#change,30434

Without them, it will not be possible throughout Qt 5.x releases to connect to 
those signals with the function pointer syntax.

Reviewing has dried up after addressing some trivial stuff on the first patch, 
so I'm asking for new reviewers so we can get them into the repo and fix the 
function pointer based connects.

Thanks,

-- 
Stephen Kelly <stephen.kelly at kdab.com> | Software Engineer
KDAB (Deutschland) GmbH & Co.KG, a KDAB Group Company
www.kdab.com || Germany +49-30-521325470 || Sweden (HQ) +46-563-540090
KDAB - Qt Experts - Platform-Independent Software Solutions
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 3636 bytes
Desc: not available
URL: <http://lists.qt-project.org/pipermail/development/attachments/20120711/8a4447a5/attachment.bin>


More information about the Development mailing list