Actions
Improvements #11604
closedDbo Forms: code cleanup
Start date:
05/10/2023
Due date:
% Done:
100%
Estimated time:
Description
- Remove
WFormDelegate()
andWAbstractFormDelegate()
: we've marked them asdefault
so it's unnecessary to add it since the compiler will declare it for us when necessary - Declare virtual destructor for
WAbstractFormDelegate
: to ensure that everything is correctly deleted - Explicitly remove copy and move constructor/assignment in
WAbstractFormDelegate
Updated by Yoika Ghysens 5 months ago
- Status changed from InProgress to Review
- Assignee deleted (
Yoika Ghysens)
Updated by Matthias Van Ceulebroeck 4 months ago
- Status changed from Implemented @Emweb to Resolved
Updated by Matthias Van Ceulebroeck 4 months ago
- Status changed from Resolved to Closed
Actions