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

Method ChannelClose

AdaptixClient/Source/UI/Widgets/AdaptixWidget.cpp:1202–1207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1200/// SLOTS
1201
1202void AdaptixWidget::ChannelClose() const
1203{
1204 QIcon onReconnectButton = RecolorIcon(QIcon(":/icons/unlink"), COLOR_ChiliPepper);
1205 reconnectButton->setIcon(onReconnectButton);
1206 ChannelThread->quit();
1207}
1208
1209void AdaptixWidget::DataHandler(const QByteArray &data)
1210{

Callers

nothing calls this directly

Calls 2

RecolorIconFunction · 0.85
setIconMethod · 0.45

Tested by

no test coverage detected