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

Method slotStop

App/Client/mainwindow.cpp:1249–1257  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1247}
1248
1249void MainWindow::slotStop()
1250{
1251 COperate* pOperate = qobject_cast<COperate*>(sender());
1252 if(!pOperate) return;
1253 qDebug(log) << Q_FUNC_INFO << pOperate->Name();
1254 //TODO: Whether to save the setting
1255 emit pOperate->sigUpdateParameters(pOperate);
1256 pOperate->Stop();
1257}
1258
1259void MainWindow::slotFinished()
1260{

Callers 2

Calls 2

NameMethod · 0.45
StopMethod · 0.45

Tested by

no test coverage detected