Actions
Bug #2101
closedOverloaded virtual functions
Start date:
08/09/2013
Due date:
% Done:
0%
Estimated time:
Description
Hi,
building the treeview-dragdrop example with the flag -Woverloaded-virtual exposes a couple of problems concerning the following two functions in pre-4df58bc1 versions:
- dropEvent
- removeChild
The first one has been solved in commit 4df58bc12a2e1055c0e7aa7866ba27750d59319f by introducing the following directive inside WAbstractItem
using WWidget::dropEvent;
The second one is still there and I guess it would be sufficient to use a very similar technique for it.
Updated by Koen Deforche over 11 years ago
- Status changed from New to Resolved
- Assignee set to Koen Deforche
- Target version set to 3.3.1
Updated by Koen Deforche over 11 years ago
- Status changed from Resolved to Closed
Actions