MCPcopy Create free account
hub / github.com/blizzard4591/openMittsu / getFileType

Method getFileType

src/database/MediaFileItem.cpp:34–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32 }
33
34 MediaFileType MediaFileItem::getFileType() const {
35 return m_type;
36 }
37
38 QPixmap MediaFileItem::getPixmapWithErrorMessage(int width, int height) const {
39 QPixmap result(width, height);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected