Details
-
Suggestion
-
Resolution: Unresolved
-
P2: Important
-
None
-
5.3.0, 5.4.1
Description
Qt sets its own implementation QIOSApplicationDelegate.
UIApplication can have only 1 delegate object.
The UIApplicationDelegate is needed to properly implement things like background fetch.
What is the recommended way to implement own delegate methods?
Hacking it in e.g. via http://www.libgosu.org/cgi-bin/mwf/topic_show.pl?tid=458 ?
Maybe this could be documented?
(Related: https://bugreports.qt-project.org/browse/QTBUG-37425 )