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

Method GetTargetName

src/client/ui/ct_stat_frame_info_item.cpp:143–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected