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
Showing
- qt/scientific_interfaces/ISISReflectometry/GUI/Batch/BatchPresenter.h 4 additions, 0 deletions...c_interfaces/ISISReflectometry/GUI/Batch/BatchPresenter.h
- qt/scientific_interfaces/test/ISISReflectometry/Batch/BatchPresenterTest.h 46 additions, 46 deletions...erfaces/test/ISISReflectometry/Batch/BatchPresenterTest.h
Loading
Please register or sign in to comment