MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / setName

Method setName

pcsx2-qt/Debugger/Docking/DockLayout.cpp:123–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121}
122
123void DockLayout::setName(QString name)
124{
125 m_name = std::move(name);
126}
127
128BreakPointCpu DockLayout::cpu() const
129{

Callers 3

contextAddFunctionMethod · 0.45
loadLayoutsMethod · 0.45
editLayoutClickedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected