| 113 | } |
| 114 | |
| 115 | std::string StatCaptureInfoItem::GetTargetName() { |
| 116 | return lbl_target_name_->text().toStdString(); |
| 117 | } |
| 118 | |
| 119 | void StatCaptureInfoItem::UpdateInfo(const std::shared_ptr<tcrp::RpMsgWorkingCaptureInfo>& info) { |
| 120 | lbl_target_name_->setText(info->target_name().c_str()); |
nothing calls this directly
no outgoing calls
no test coverage detected