Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
324
QSharedPointer<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
foreach
Function · 0.80
Initial
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected