Project

General

Profile

Actions

Bug #2101

closed

Overloaded virtual functions

Added by Anonymous over 10 years ago. Updated over 10 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
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:

  1. dropEvent
  2. 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.

Actions #1

Updated by Koen Deforche over 10 years ago

  • Status changed from New to Resolved
  • Assignee set to Koen Deforche
  • Target version set to 3.3.1
Actions #2

Updated by Koen Deforche over 10 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF