Fix complier error due to missing move constructor
Force the compiler to generate the move constructor/assignment operator. These are no longer implicitly declared since the addition of the user-declared destructor. Also delete the copy constructor/assignment operator as these are illegal operations. Re #26498
Showing
- qt/scientific_interfaces/ISISReflectometry/GUI/MainWindow/MainWindowPresenter.cpp 5 additions, 0 deletions.../ISISReflectometry/GUI/MainWindow/MainWindowPresenter.cpp
- qt/scientific_interfaces/ISISReflectometry/GUI/MainWindow/MainWindowPresenter.h 4 additions, 0 deletions...es/ISISReflectometry/GUI/MainWindow/MainWindowPresenter.h
Please register or sign in to comment