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

Method error

AdaptixClient/Source/UI/Dialogs/DialogSyncPacket.cpp:133–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131}
132
133void DialogSyncPacket::error(const QString& message)
134{
135 logProgressLabel->setText("Error: " + message);
136 progressBar->setValue(0);
137 cancelButton->setText("Close");
138 cancelButton->setEnabled(true);
139 disconnect(cancelButton, &QPushButton::clicked, this, &DialogSyncPacket::onCancel);
140 connect(cancelButton, &QPushButton::clicked, splashScreen, &QWidget::close);
141}
142
143void DialogSyncPacket::setPhase(const QString& message, bool indeterminate)
144{

Callers 3

AdaptixWidgetMethod · 0.45
processResponseMethod · 0.45
HttpReqFunction · 0.45

Calls 3

setValueMethod · 0.80
setTextMethod · 0.45
setEnabledMethod · 0.45

Tested by

no test coverage detected