| 141 | } |
| 142 | |
| 143 | std::string CtStatFrameInfoItem::GetTargetName() { |
| 144 | return lbl_target_name_->text().toStdString(); |
| 145 | } |
| 146 | |
| 147 | void CtStatFrameInfoItem::UpdateInfo(const CtStatItemInfo& info) { |
| 148 | lbl_target_name_->setText(info.name_.c_str()); |
nothing calls this directly
no outgoing calls
no test coverage detected