Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FreesmTeam/FreesmLauncher
/ getCurrentPack
Method
getCurrentPack
launcher/ui/pages/modplatform/ResourcePage.cpp:174–177 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
172
}
173
174
ModPlatform::IndexedPack::Ptr ResourcePage::getCurrentPack() const
175
{
176
return m_model->data(m_ui->packView->currentIndex(), Qt::UserRole).value<ModPlatform::IndexedPack::Ptr>();
177
}
178
179
void ResourcePage::updateUi()
180
{
Callers
nothing calls this directly
Calls
1
data
Method · 0.45
Tested by
no test coverage detected