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

Function msgInvalidFormat

lib/extensionsystem/pluginspec.cpp:599–602  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

597}
598
599static inline QString msgInvalidFormat(const char *content)
600{
601 return QCoreApplication::translate("PluginSpec", "'%1' has invalid format").arg(QLatin1String(content));
602}
603
604static inline QString msgInvalidElement(const QString &name)
605{

Callers 3

readPluginSpecMethod · 0.85
readBooleanValueMethod · 0.85
readDependencyEntryMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected