Actions
Feature #2911
openWModelIndex::data() and WStandardItem::data() have different default arguments
Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
04/06/2014
Due date:
% Done:
0%
Estimated time:
Description
It would be better if
boost::any Wt::WStandardItem::data(int role = UserRole) const
boost::any Wt::WModelIndex::data(int role = DisplayRole) const
had similar default arguments.
No data to display
Actions