| 181 | |
| 182 | |
| 183 | void cCompositeChat::AddSuggestCommandPart(const AString & a_Text, const AString & a_SuggestedCommand, const AString & a_Style) |
| 184 | { |
| 185 | m_Parts.push_back(new cSuggestCommandPart(a_Text, a_SuggestedCommand, a_Style)); |
| 186 | } |
| 187 | |
| 188 | |
| 189 |
no outgoing calls
no test coverage detected