Skip to content
Snippets Groups Projects
Commit 2290a52d authored by Tom Perkins's avatar Tom Perkins
Browse files

Re #14390 LoadingPresenters take ownership of view - change signature

The xxxLoadingPresenter objects take a raw pointer to a view in their
constructor, and then delete it in their destructor. This is confusing
to the caller. Replace the raw pointer with a unique_ptr - the presenters
now take ownership of a unique_ptr and this is much clearer. Updated all
calls in VatesAPI and tests.
parent 49e0064c
No related branches found
No related tags found
No related merge requests found
Showing
with 392 additions and 324 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment