| 1350 | } |
| 1351 | |
| 1352 | void 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 | |
| 1362 | void MainWindow::slotError(const int nError, const QString &szInfo) |
| 1363 | { |