Inherited QGuiApplication object do not working on iOS Simulator. Why?
-
@bogong said in Inherited QGuiApplication object do not working on iOS Simulator. Why?:
@kshegunov I mean if I am wrong - OK
You're wrong. But don't feel bad, we all are wrong, all the time.
but why it's crashing on iOS Simulator ONLY but not everywhere? In following your explanation it should be crashing everywhere but it's not.
I believe I've already answered this. Perhaps you should read my explanation again.
@kshegunov said in Inherited QGuiApplication object do not working on iOS Simulator. Why?:
I believe I've already answered this.
Sure, write an answer without explanation based on difference between Qt sources for different platform. And the problem is in QCoreApplication and how constructor calling from inherited class and possible in moc. Found cause of it by my own in Qt Sources. Issue closed.