MCPcopy Create free account
hub / github.com/KangLin/RabbitRemoteControl / ~CMainWindow

Method ~CMainWindow

App/ServiceConfigure/MainWindow.cpp:35–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35CMainWindow::~CMainWindow()
36{
37 delete ui;
38 foreach(auto plugin, m_Plugins.m_Plugins)
39 plugin->Stop();
40
41 foreach(auto service, m_Service)
42 if(service)
43 service->deleteLater();
44}
45
46void CMainWindow::on_pbCancel_clicked()
47{

Callers

nothing calls this directly

Calls 1

StopMethod · 0.45

Tested by

no test coverage detected