| 592 | } |
| 593 | |
| 594 | static inline QString msgAttributeMissing(const char *elt, const char *attribute) |
| 595 | { |
| 596 | return QCoreApplication::translate("PluginSpec", "'%1' misses attribute '%2'").arg(QLatin1String(elt), QLatin1String(attribute)); |
| 597 | } |
| 598 | |
| 599 | static inline QString msgInvalidFormat(const char *content) |
| 600 | { |
no outgoing calls
no test coverage detected