| 3 | #include "FavoriteMimeData.h" |
| 4 | |
| 5 | CFavoriteMimeData::CFavoriteMimeData(QObject *parent) : QMimeData() |
| 6 | { |
| 7 | } |
| 8 | |
| 9 | bool CFavoriteMimeData::hasFormat(const QString &mimetype) const |
| 10 | { |
nothing calls this directly
no outgoing calls
no test coverage detected