Actions
Feature #1273
closed
JG
MV
Provide mime-type setter method for WStandardItemModel (MODEL-1)
Feature #1273:
Provide mime-type setter method for WStandardItemModel (MODEL-1)
Start date:
04/27/2012
Due date:
% Done:
0%
Estimated time:
Description
Besides the getter method. Currently a subclass must be made for the sole purpose of setting the mime type to a different value.
KD Updated by Koen Deforche about 14 years ago
- Status changed from New to InProgress
- Assignee set to Michael Vilsker
- Target version set to 3.2.3
Add setMimeType() method and specialize virtual WAbstractItemModel::mimeType() method in WStandardItemModel:
return mimeType*.empty() ? WAbstractItemModel::mimeType() : mimeType*;
KD Updated by Koen Deforche almost 14 years ago
- Status changed from InProgress to Resolved
KD Updated by Koen Deforche almost 14 years ago
- Status changed from Resolved to Closed
Actions