| 93 | } |
| 94 | |
| 95 | QStringList LabelsModel::mimeTypes() const |
| 96 | { |
| 97 | QStringList types; |
| 98 | types << LABEL_REF_MIME_TYPE; |
| 99 | return types; |
| 100 | } |
| 101 | |
| 102 | QMimeData* LabelsModel::mimeData(const QModelIndexList& indexes) const |
| 103 | { |
nothing calls this directly
no outgoing calls
no test coverage detected