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

Method slotMenuActivity

App/Client/mainwindow.cpp:857–865  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

855}
856
857void MainWindow::slotMenuActivity()
858{
859 QAction* pAction = qobject_cast<QAction*>(sender());
860 Q_ASSERT(pAction);
861 if(!pAction) return;
862 COperate* p = pAction->data().value<COperate*>();
863 if(p)
864 slotOperateChanged(p);
865}
866
867void MainWindow::slotLoadOperateMenu()
868{

Callers

nothing calls this directly

Calls 1

dataMethod · 0.45

Tested by

no test coverage detected