MCPcopy Create free account
hub / github.com/FreesmTeam/FreesmLauncher / selectedPage

Method selectedPage

launcher/ui/dialogs/ResourceDownloadDialog.cpp:210–215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

208}
209
210ResourcePage* ResourceDownloadDialog::selectedPage()
211{
212 ResourcePage* result = dynamic_cast<ResourcePage*>(m_container->selectedPage());
213 Q_ASSERT(result != nullptr);
214 return result;
215}
216
217void ResourceDownloadDialog::addResource(ModPlatform::IndexedPack::Ptr pack, ModPlatform::IndexedVersion& ver)
218{

Callers 2

InstallLoaderDialogMethod · 0.45
doneMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected