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 over 1 year ago
- Status changed from InProgress to Review
- Assignee deleted (
Yoika Ghysens)
Updated by Roel Standaert over 1 year ago
- Status changed from Review to Implemented @Emweb
- Assignee changed from Marnik Roosen to Yoika Ghysens
- % Done changed from 0 to 100
Updated by Matthias Van Ceulebroeck over 1 year ago
- Status changed from Implemented @Emweb to Resolved
Updated by Matthias Van Ceulebroeck over 1 year ago
- Status changed from Resolved to Closed
Actions