Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KangLin/RabbitRemoteControl
/ slotClicked
Method
slotClicked
App/Client/FrmActive.cpp:191–196 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
189
}
190
191
void CFrmActive::slotClicked(const QModelIndex &index)
192
{
193
QVariant v = m_pModel->item(index.row(), m_nId)->data();
194
COperate* c = v.value<COperate*>();
195
emit sigChanged(c);
196
}
197
198
void CFrmActive::slotLoad()
199
{
Callers
nothing calls this directly
Calls
1
data
Method · 0.45
Tested by
no test coverage detected