NOISSUE fix fix fix the accounts again

This commit is contained in:
Petr Mrázek
2021-11-23 01:25:24 +01:00
parent 27e328c044
commit b49987e876
8 changed files with 17 additions and 10 deletions

View File

@ -5,6 +5,7 @@
#include <memory>
#include <minecraft/auth/AuthSession.h>
#include "tasks/Task.h"
#include "QObjectPtr.h"
class CapeChange : public Task
{
@ -20,7 +21,7 @@ private:
private:
QString m_capeId;
AuthSessionPtr m_session;
std::shared_ptr<QNetworkReply> m_reply;
shared_qobject_ptr<QNetworkReply> m_reply;
protected:
virtual void executeTask();