MCPcopy Create free account
hub / github.com/IgKh/katvan / mimeTypes

Method mimeTypes

shell/katvan_labelsview.cpp:95–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93}
94
95QStringList LabelsModel::mimeTypes() const
96{
97 QStringList types;
98 types << LABEL_REF_MIME_TYPE;
99 return types;
100}
101
102QMimeData* LabelsModel::mimeData(const QModelIndexList& indexes) const
103{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected