Closed lumik closed 6 years ago
When the parents were set to layouts in CentralWidget, they all try to set itself as a main layout of the central widget. Change them to use std::unique_ptr and its release method to preserve C++ exception correctness.
std::unique_ptr
When the parents were set to layouts in CentralWidget, they all try to set itself as a main layout of the central widget. Change them to use
std::unique_ptr
and its release method to preserve C++ exception correctness.