| 75 | } |
| 76 | |
| 77 | void MainWidget::stopServer() |
| 78 | { |
| 79 | setTrayTooltip(tr("Shutting down...")); |
| 80 | if(CmaClient::isRunning()) { |
| 81 | receiveMessage(tr("Stopping QCMA (disconnect your PS Vita)")); |
| 82 | } |
| 83 | managerForm->stop(); |
| 84 | } |
| 85 | |
| 86 | void MainWidget::deviceDisconnect() |
| 87 | { |