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

Method create

launcher/ui/dialogs/ReviewMessageBox.cpp:53–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53auto ReviewMessageBox::create(QWidget* parent, QString&& title, QString&& icon) -> ReviewMessageBox*
54{
55 return new ReviewMessageBox(parent, title, icon);
56}
57
58void ReviewMessageBox::appendResource(ResourceInformation&& info)
59{

Callers 3

BoxGeometryMethod · 0.45
updateTextureFunction · 0.45
hasOpenGLMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected