Actions
Bug #8164
closedRe-implementation of WStandardItem::clone is not possible.
Start date:
03/03/2021
Due date:
% Done:
100%
Estimated time:
Description
Hallo,
The WStandardItem::clone function cannot currently be re-implemented. Either the WStandardItem object is created when I use the basic functionality or the private memeber are not cloned when I don't.
My suggestion(not tested) to fix is attached.
Files
Updated by Korneel Dumon over 3 years ago
- Status changed from New to InProgress
Hi,
this makes sense, we will probably add the protected copy constructor as you suggest.
Updated by Roel Standaert over 3 years ago
- Status changed from InProgress to Implemented @Emweb
Updated by Roel Standaert over 3 years ago
- Status changed from Implemented @Emweb to Resolved
Updated by Roel Standaert almost 3 years ago
- Status changed from Resolved to Closed
Updated by Andreas Frolov almost 3 years ago
Hi,
Copy constructor does not initialize all member variables like other constructors do.
Actions