MCPcopy Create free account
hub / github.com/RGAA-Software/GoDesk / GetTargetName

Method GetTargetName

src/render_panel/ui/stat_capture_info_item.cpp:115–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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());

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected