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

Function MessageSuccess

AdaptixClient/Source/Utils/Logs.cpp:42–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42void MessageSuccess(const QString &message )
43{
44 auto box = QMessageBox();
45 box.setWindowTitle( "Success" );
46 box.setText( message );
47 box.setIcon( QMessageBox::Information );
48 box.exec();
49}

Callers 2

ShowTunnelCreatorMethod · 0.85
onButton_SaveMethod · 0.85

Calls 4

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

Tested by

no test coverage detected