mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-10-04 09:08:42 +00:00
NOISSUE more refactoring
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
#include <QtCore/QEventLoop>
|
||||
|
||||
#include "minecraft/auth/MinecraftAccount.h"
|
||||
#include "tasks/Task.h"
|
||||
|
||||
namespace Ui
|
||||
{
|
||||
@@ -54,5 +55,5 @@ slots:
|
||||
private:
|
||||
Ui::LoginDialog *ui;
|
||||
MinecraftAccountPtr m_account;
|
||||
shared_qobject_ptr<Task> m_loginTask;
|
||||
Task::Ptr m_loginTask;
|
||||
};
|
||||
|
Reference in New Issue
Block a user