summaryrefslogtreecommitdiffstats
path: root/src/platformsupport/cfsocketnotifier/cfsocketnotifier.pri
Commit message (Collapse)AuthorAgeFilesLines
* iOS: Implement socket notifiers.Morten Johan Sørvig2013-02-271-0/+4
Create the QCFSocketNotifier class in platform support which contains shared socket notifier support for the Cocoa and iOS plugins. Remove the old code from the Cocoa plugin. The Cocoa code had one QCocoaEventDispatcher-specific call: maybeCancelWaitForMoreEvents. Create a forwarding function that is passed to QCFSocketNotifier. Change-Id: Ibf9bd4745ba4f577a55f13d0cc00f5ae04447405 Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@digia.com> Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@digia.com>