On Wed, Jun 04, 2014 at 03:14:43PM +0000, Murphy, Sean wrote:
> I've recently introduced a bug in my program that is causing my
> application to crash when quitting, but I'm having trouble figuring out
> what is causing it.  The error reported in the Application Output window
> is: [...]

Double deletion of a QAction(-derived) object.

How are your QActions created (Stack/Heap)? Do you use any other life-time
management (Smart pointers?) besides assigning a QObject parent?

Andre'
_______________________________________________
Qt-creator mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/qt-creator

Reply via email to