MCPcopy Create free account
hub / github.com/ElyPrismLauncher/Launcher / pageCast

Function pageCast

launcher/ui/dialogs/InstallLoaderDialog.cpp:80–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78};
79
80static InstallLoaderPage* pageCast(BasePage* page)
81{
82 auto result = dynamic_cast<InstallLoaderPage*>(page);
83 Q_ASSERT(result != nullptr);
84 return result;
85}
86
87InstallLoaderDialog::InstallLoaderDialog(PackProfile* profile, const QString& uid, QWidget* parent)
88 : QDialog(parent), profile(profile), container(new PageContainer(this, QString(), this)), buttons(new QDialogButtonBox(this))

Callers 3

InstallLoaderDialogMethod · 0.70
validateMethod · 0.70
doneMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected