Commit 04027433 authored by Pierre Rossi's avatar Pierre Rossi Committed by The Qt Project
Browse files

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: default avatarJocelyn Turcotte <jocelyn.turcotte@digia.com>
parent 38b5dc5f
No related merge requests found
Showing with 13 additions and 10 deletions
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment