Hi, To develop and use application-specific class for an application instead the default UIApplication, user may wish to pass the name of an UIApplication derivative to iOS in UIApplicationMain
In qioseventdispatcher.mm nil is passed as the 3-rd argument: return UIApplicationMain(argc, argv, nil, NSStringFromClass([QIOSApplicationDelegate class])); Is there any other way to pass the name of application-specific derivative of UIApplication besides patching the sources? Thank you in advance. Regards, Robert _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
