MCPcopy Create free account
hub / github.com/codestation/qcma / stopServer

Method stopServer

gui/mainwidget.cpp:77–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77void 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
86void MainWidget::deviceDisconnect()
87{

Callers

nothing calls this directly

Calls 1

stopMethod · 0.45

Tested by

no test coverage detected