| 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); |
nothing calls this directly
no outgoing calls
no test coverage detected