Actions
Feature #1273
closedProvide 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.
Updated by Koen Deforche over 12 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*;
Updated by Koen Deforche about 12 years ago
- Status changed from InProgress to Resolved
Updated by Koen Deforche about 12 years ago
- Status changed from Resolved to Closed
Actions