Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PolyMC/PolyMC
/ setPages
Method
setPages
launcher/ui/widgets/PageContainer_p.h:73–78 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
71
}
72
73
void setPages(const QList<BasePage *> &pages)
74
{
75
beginResetModel();
76
m_pages = pages;
77
endResetModel();
78
}
79
const QList<BasePage *> &pages() const
80
{
81
return m_pages;
Callers
1
PageContainer
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected