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

Function msgInvalidElement

lib/extensionsystem/pluginspec.cpp:604–607  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

602}
603
604static inline QString msgInvalidElement(const QString &name)
605{
606 return QCoreApplication::translate("PluginSpec", "Invalid element '%1'").arg(name);
607}
608
609static inline QString msgUnexpectedClosing(const QString &name)
610{

Callers 3

readPluginSpecMethod · 0.85
readDependenciesMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected