a5ecb2e0ff
the problem is that sometimes when QCoreApplication::aboutToQuit the containment is already deleted (the order is not really deterministic), therefore appletScript::applet() will hit an assert. using a qpointer should solve it, its data being already 0ed in the cases the containment is already deleted at :aboutToquit time.