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

Method GetData

Plugins/WakeOnLan/WakeOnLanModel.cpp:324–329  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

322}
323
324QSharedPointer<CParameterWakeOnLan> CWakeOnLanModel::GetData(const QModelIndex &index)
325{
326 if(index.row() < 0 || index.row() > m_Data.size())
327 return nullptr;
328 return m_Data.at(index.row());
329}

Callers 2

foreachFunction · 0.80
InitialMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected