UI: fix a crash on shutdown
Use a raw pointer instead of QScopedPointer for the UI components.
Since the components are always parented to the view and deleted through
the QObject cleanup mechanism, it was not correct to use QScopedPointer
in the first place.
Change-Id: I0c8fd9526e898439c52c6a6f538a66f8a1185ef9
Reviewed-by:
Jocelyn Turcotte <jocelyn.turcotte@digia.com>
Showing
Please register or sign in to comment