| 172 | |
| 173 | |
| 174 | void cCompositeChat::AddRunCommandPart(const AString & a_Text, const AString & a_Command, const AString & a_Style) |
| 175 | { |
| 176 | m_Parts.push_back(new cRunCommandPart(a_Text, a_Command, a_Style)); |
| 177 | } |
| 178 | |
| 179 | |
| 180 |
no outgoing calls
no test coverage detected