Skip to content
Snippets Groups Projects
Commit e5dbbc04 authored by Gemma Guest's avatar Gemma Guest
Browse files

Fix unintended use of move constructor in tests

Delete the move/copy constructors because they should not be used - they
cause problems with the WorkspaceObserver base class members. Change the
tests to use a pointer to avoid requiring them.

Re #26536
parent 91c072dd
No related branches found
No related tags found
No related merge requests found
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