MCPcopy 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
191void 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
198void CFrmActive::slotLoad()
199{

Callers

nothing calls this directly

Calls 1

dataMethod · 0.45

Tested by

no test coverage detected