[Development] websockets (was RE: Qt 5.3 Feature freeze is coming quite soon...)

Kurt Pattyn pattyn.kurt at gmail.com
Sat Jan 25 23:14:43 CET 2014


> When websockets becomes part of a Qt module you can consider using QObjectPrivate which makes the d pointer implementation slightly cleaner and removes the need for duplicate d pointers (one from qobject one for the class's own implementation.
I tried to use QObjectPrivate, but then I cannot connect to slots within the QObjectPrivate derived class.
Statements like 'connect(object, signal, THIS, slot)’ fail because THIS is not derived from QObject.
Have you an idea how to solve this?

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/development/attachments/20140125/6a380618/attachment.html>


More information about the Development mailing list