MCPcopy Create free account
hub / github.com/Adaptix-Framework/AdaptixC2 / ~MainUI

Method ~MainUI

AdaptixClient/Source/UI/MainUI.cpp:77–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77MainUI::~MainUI()
78{
79 for (auto adaptixWidget : AdaptixProjects) {
80 if (adaptixWidget) {
81 disconnect(adaptixWidget, nullptr, nullptr, nullptr);
82 adaptixWidget->Close();
83 }
84 }
85 qDeleteAll(AdaptixProjects);
86 AdaptixProjects.clear();
87}
88
89void MainUI::closeEvent(QCloseEvent* event)
90{

Callers

nothing calls this directly

Calls 2

CloseMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected