diff --git a/launcher/include/squarelauncher.h b/launcher/include/squarelauncher.h index 7fd4470..73f5b2d 100644 --- a/launcher/include/squarelauncher.h +++ b/launcher/include/squarelauncher.h @@ -15,14 +15,14 @@ class SquareLauncher : public QObject public: explicit SquareLauncher(LauncherCore &window, QObject *parent = nullptr); + QCoro::Task<> login(const LoginInformation &info); + +private: using StoredInfo = std::pair; QCoro::Task> getStored(const LoginInformation &info); - QCoro::Task<> login(const LoginInformation &info); - QCoro::Task<> registerSession(const LoginInformation &info); -private: static QCoro::Task getBootHash(const LoginInformation &info); Patcher *m_patcher = nullptr;