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

Function MessageError

AdaptixClient/Source/Utils/Logs.cpp:33–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33void MessageError(const QString &message )
34{
35 auto box = QMessageBox();
36 box.setWindowTitle( "Error" );
37 box.setText( message );
38 box.setIcon( QMessageBox::Critical );
39 box.exec();
40}
41
42void MessageSuccess(const QString &message )
43{

Callers 15

StartMethod · 0.85
NewProjectMethod · 0.85
LoginMethod · 0.85
contextMenuEventMethod · 0.85
actionSetInfoMethod · 0.85
actionStopTunnelMethod · 0.85
actionSyncMethod · 0.85
actionSyncCurlMethod · 0.85
actionSyncWgetMethod · 0.85
actionDeleteMethod · 0.85
CredentialsAddMethod · 0.85
onCreateCredsMethod · 0.85

Calls 4

setWindowTitleMethod · 0.80
execMethod · 0.80
setTextMethod · 0.45
setIconMethod · 0.45

Tested by

no test coverage detected