Actions
Bug #815
closedWStandardItem::icon() calls the wrong role
Start date:
05/05/2011
Due date:
% Done:
0%
Estimated time:
Description
The WStandardItem::setIcon function registers the icon uri in the 'DecorationRole' data index. However the WStandardItem::icon() function queries the 'DisplayRole' data index to return the icon URI.
The WStandardItem::icon() function should query the 'DecorationRole' data index to return the correct information.
Updated by Koen Deforche over 13 years ago
- Status changed from Resolved to Closed
Actions