MCPcopy Create free account
hub / github.com/Codeya-IDE/deepin-ide / setProperty

Method setProperty

src/common/widget/generator.cpp:25–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25bool Generator::setProperty(const QString &name, const QVariant &value)
26{
27 return QObject::setProperty(name.toLatin1(), value);
28}
29
30QVariant Generator::property(const QString &name) const
31{

Callers 3

setFunction · 0.45
addSupportedEditMethod · 0.45
createApplicationPaneMethod · 0.45

Calls 1

setPropertyFunction · 0.85

Tested by

no test coverage detected