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

Function setParentContainer

launcher/ui/dialogs/InstallLoaderDialog.cpp:71–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69 }
70
71 void setParentContainer(BasePageContainer* container) override
72 {
73 auto dialog = dynamic_cast<QDialog*>(dynamic_cast<PageContainer*>(container)->parent());
74 connect(view(), &QAbstractItemView::doubleClicked, dialog, &QDialog::accept);
75 }
76
77 private:
78 const QString uid;

Callers

nothing calls this directly

Calls 1

parentMethod · 0.45

Tested by

no test coverage detected