Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
42
void 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
ShowTunnelCreator
Method · 0.85
onButton_Save
Method · 0.85
Calls
4
setWindowTitle
Method · 0.80
exec
Method · 0.80
setText
Method · 0.45
setIcon
Method · 0.45
Tested by
no test coverage detected