i have a class derived from QPlainTextEdit.
i added a member of type QList<[my struct]> to it. since that, the program fails to exit properly ( exit with code -1073741819 after 10-15 seconds of hold ) in debug mode.

any idea why?