MCPcopy Create free account
hub / github.com/BambooTracker/BambooTracker / setModuleTitle

Method setModuleTitle

BambooTracker/bamboo_tracker.cpp:2132–2135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2130}
2131
2132void BambooTracker::setModuleTitle(const std::string& title)
2133{
2134 mod_->setTitle(title);
2135}
2136
2137std::string BambooTracker::getModuleTitle() const
2138{

Callers 1

MainWindowMethod · 0.80

Calls 1

setTitleMethod · 0.45

Tested by

no test coverage detected