Hello, I wish to implement my own event dispatcher, so I derived from QAbstractEventDispatcher. As usual with PIMPL I'd derive my private object from QAbstractEventDispatcherPrivate and pass it to the public class' constructor. Unfortunately, even with QT += core-private I don't have the "qabstracteventdispatcher_p.h" header available. Is this file's absence a miss of the build system, or am I doing something wrongly?
Kind regards.
_______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest