| 29 | |
| 30 | |
| 31 | QString ImageDelegate::displayText(const QVariant &value, const QLocale &locale) const { |
| 32 | Q_UNUSED(locale); // suppress unused variable |
| 33 | Q_UNUSED(value); |
| 34 | return ""; |
| 35 | } |
| 36 | |
| 37 | |
| 38 |
nothing calls this directly
no outgoing calls
no test coverage detected