MCPcopy Create free account
hub / github.com/altairwei/WizNotePlus / msgAttributeMissing

Function msgAttributeMissing

lib/extensionsystem/pluginspec.cpp:594–597  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

592}
593
594static 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
599static inline QString msgInvalidFormat(const char *content)
600{

Callers 3

readPluginSpecMethod · 0.85
readDependencyEntryMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected