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

Method SetConten

AdaptixClient/Source/UI/Widgets/TasksWidget.cpp:37–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37void TaskOutputWidget::SetConten(const QString &message, const QString &text) const
38{
39 if( message.isEmpty() )
40 inputMessage->clear();
41 else
42 inputMessage->setText(TrimmedEnds(message).toHtmlEscaped());
43
44 if ( text.isEmpty() )
45 outputTextEdit->clear();
46 else
47 outputTextEdit->setText( TrimmedEnds(text) );
48}
49
50
51

Callers 2

ClearMethod · 0.80
onTableItemSelectionMethod · 0.80

Calls 4

TrimmedEndsFunction · 0.85
isEmptyMethod · 0.45
clearMethod · 0.45
setTextMethod · 0.45

Tested by

no test coverage detected