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

Method newAccount

launcher/ui/dialogs/MSALoginDialog.cpp:170–177  ·  view source on GitHub ↗

Public interface

Source from the content-addressed store, hash-verified

168
169// Public interface
170MinecraftAccountPtr MSALoginDialog::newAccount(QWidget* parent)
171{
172 MSALoginDialog dlg(parent);
173 if (dlg.exec() == QDialog::Accepted) {
174 return dlg.m_account;
175 }
176 return nullptr;
177}

Callers

nothing calls this directly

Calls 1

execMethod · 0.45

Tested by

no test coverage detected