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

Method slotSignalPushButtonClicked

App/Client/mainwindow.cpp:1352–1360  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1350}
1351
1352void MainWindow::slotSignalPushButtonClicked(bool checked)
1353{
1354#ifdef HAVE_ICE
1355 if(checked)
1356 CICE::Instance()->slotStart();
1357 else
1358 CICE::Instance()->slotStop();
1359#endif
1360}
1361
1362void MainWindow::slotError(const int nError, const QString &szInfo)
1363{

Callers

nothing calls this directly

Calls 2

slotStartMethod · 0.45
slotStopMethod · 0.45

Tested by

no test coverage detected