>> The problem is in QScopedPointer at exit point
> I don't think this has something to do with the QScopedPointer.
>
> The QApplication is object is destroyed before the static instance of
> your MainWindow is.
> The QWidget destructor however needs a QApplication instance (see
> stack frame #3).

But in call stack I see that all d_tors() executed before 
QApplication::d_func() and then for some reasons executes 
QScopedPointer::data() !!! It's looks like a bug? Or I wrong?


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

Reply via email to