Feature/dialogs qpointer autodelete #34

Merged
gfgit merged 3 commits from feature/dialogs_qpointer_autodelete into master 2021-11-23 11:57:06 +01:00
gfgit commented 2021-11-23 11:56:07 +01:00 (Migrated from github.com)

QDialog should be allocated on heap because if parent widget gets deleted while dialog is still open, being a children it will be deleted too.
Use OwningQPointer to track and delete dialog pointers

`QDialog` should be allocated on heap because if parent widget gets deleted while dialog is still open, being a children it will be deleted too. Use `OwningQPointer` to track and delete dialog pointers
Sign in to join this conversation.
No description provided.