MCPcopy Create free account
hub / github.com/KangLin/RabbitRemoteControl / SetPluginParameters

Method SetPluginParameters

Plugins/WakeOnLan/OperateWakeOnLan.cpp:189–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187}
188
189int COperateWakeOnLan::SetPluginParameters(CParameterPlugin* pPara)
190{
191 m_pParameterPlugin = pPara;
192 if(pPara)
193 {
194 bool check = connect(pPara, SIGNAL(sigNameStylesChanged()),
195 this, SLOT(slotUpdateName()));
196 Q_ASSERT(check);
197 }
198 return 0;
199}
200
201int COperateWakeOnLan::Load(QSettings &set)
202{

Callers 2

slotAddMethod · 0.45
LoadMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected