diff options
author | Petr Mrázek <peterix@gmail.com> | 2021-11-23 01:25:24 +0100 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2021-11-23 01:25:24 +0100 |
commit | b49987e8767b4d0076d62033b019507a8cbc801c (patch) | |
tree | 6069f9b66b95ac6dabfe2901eedd0f634393f8cc /launcher/minecraft/auth | |
parent | 27e328c044eb8838604426db8cd3c83ad09a0ced (diff) | |
download | PrismLauncher-b49987e8767b4d0076d62033b019507a8cbc801c.tar.gz PrismLauncher-b49987e8767b4d0076d62033b019507a8cbc801c.tar.bz2 PrismLauncher-b49987e8767b4d0076d62033b019507a8cbc801c.zip |
NOISSUE fix fix fix the accounts again
Diffstat (limited to 'launcher/minecraft/auth')
-rw-r--r-- | launcher/minecraft/auth/flows/Yggdrasil.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/launcher/minecraft/auth/flows/Yggdrasil.cpp b/launcher/minecraft/auth/flows/Yggdrasil.cpp index f5622418..5ea168e8 100644 --- a/launcher/minecraft/auth/flows/Yggdrasil.cpp +++ b/launcher/minecraft/auth/flows/Yggdrasil.cpp @@ -22,6 +22,7 @@ #include <QJsonDocument> #include <QNetworkReply> #include <QByteArray> + #include <QDebug> #include "Application.h" |