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

Method on_actionStop_triggered

App/Client/mainwindow.cpp:1240–1247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1238}
1239
1240void MainWindow::on_actionStop_triggered()
1241{
1242 qDebug(log) << Q_FUNC_INFO;
1243 if(!m_pView) return;
1244
1245 QWidget* pView = m_pView->GetCurrentView();
1246 slotCloseView(pView);
1247}
1248
1249void MainWindow::slotStop()
1250{

Callers

nothing calls this directly

Calls 1

GetCurrentViewMethod · 0.45

Tested by

no test coverage detected