MCPcopy 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
174ModPlatform::IndexedPack::Ptr ResourcePage::getCurrentPack() const
175{
176 return m_model->data(m_ui->packView->currentIndex(), Qt::UserRole).value<ModPlatform::IndexedPack::Ptr>();
177}
178
179void ResourcePage::updateUi()
180{

Callers

nothing calls this directly

Calls 1

dataMethod · 0.45

Tested by

no test coverage detected