MCPcopy Create free account
hub / github.com/PolyMC/PolyMC / setWindowTitleId

Method setWindowTitleId

launcher/ui/MainWindow.cpp:224–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

222 m_contained = new QToolBar(parent);
223 }
224 void setWindowTitleId(const char * title)
225 {
226 m_title = title;
227 }
228 operator QToolBar*()
229 {
230 return m_contained;

Callers 1

createMainToolbarMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected