On 18/12/2018 08:14, Ramakanth Kesireddy wrote:
as I understand that it is mandatory to construct qApp instance on stack by design.

No, that's not true. You can create it on the heap. Usually there's no need to and most people have it on the stack, but since you can't find where the bug is, there's nothing wrong with creating it on the heap instead.

_______________________________________________
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest

Reply via email to