| 63 | void setParentWidget(QWidget* widget) { m_parentWidget = widget; } |
| 64 | |
| 65 | void setTargetToJoin(MinecraftTarget::Ptr targetToJoin) { m_targetToJoin = std::move(targetToJoin); } |
| 66 | |
| 67 | void setAccountToUse(MinecraftAccountPtr accountToUse) { m_accountToUse = std::move(accountToUse); } |
| 68 |