NOISSUE move everything.

This commit is contained in:
Petr Mrázek
2015-02-09 01:51:14 +01:00
parent 4730f54df7
commit db877ba121
665 changed files with 1321 additions and 1374 deletions

View File

@ -13,7 +13,7 @@
* limitations under the License.
*/
#include "logic/auth/MojangAccountList.h"
#include "auth/MojangAccountList.h"
#include <QIODevice>
#include <QFile>
@ -26,7 +26,7 @@
#include <QDebug>
#include "logic/auth/MojangAccount.h"
#include "auth/MojangAccount.h"
#include <pathutils.h>
#define ACCOUNT_LIST_FORMAT_VERSION 2

View File

@ -20,7 +20,7 @@
#include <QAbstractListModel>
#include <QSharedPointer>
#include "logic/auth/MojangAccount.h"
#include "auth/MojangAccount.h"
/*!
* \brief List of available Mojang accounts.

View File

@ -13,7 +13,7 @@
* limitations under the License.
*/
#include <logic/auth/YggdrasilTask.h>
#include <auth/YggdrasilTask.h>
#include <QObject>
#include <QString>
@ -22,9 +22,9 @@
#include <QNetworkReply>
#include <QByteArray>
#include <logic/Env.h>
#include <logic/auth/MojangAccount.h>
#include <logic/net/URLConstants.h>
#include <Env.h>
#include <auth/MojangAccount.h>
#include <net/URLConstants.h>
#include <QDebug>

View File

@ -15,14 +15,14 @@
#pragma once
#include <logic/tasks/Task.h>
#include <tasks/Task.h>
#include <QString>
#include <QJsonObject>
#include <QTimer>
#include <qsslerror.h>
#include "logic/auth/MojangAccount.h"
#include "auth/MojangAccount.h"
class QNetworkReply;

View File

@ -14,9 +14,9 @@
* limitations under the License.
*/
#include <logic/auth/flows/AuthenticateTask.h>
#include <auth/flows/AuthenticateTask.h>
#include <logic/auth/MojangAccount.h>
#include <auth/MojangAccount.h>
#include <QJsonDocument>
#include <QJsonObject>

View File

@ -15,7 +15,7 @@
#pragma once
#include <logic/auth/YggdrasilTask.h>
#include <auth/YggdrasilTask.h>
#include <QObject>
#include <QString>

View File

@ -13,9 +13,9 @@
* limitations under the License.
*/
#include <logic/auth/flows/RefreshTask.h>
#include <auth/flows/RefreshTask.h>
#include <logic/auth/MojangAccount.h>
#include <auth/MojangAccount.h>
#include <QJsonDocument>
#include <QJsonObject>

View File

@ -15,7 +15,7 @@
#pragma once
#include <logic/auth/YggdrasilTask.h>
#include <auth/YggdrasilTask.h>
#include <QObject>
#include <QString>

View File

@ -14,9 +14,9 @@
* limitations under the License.
*/
#include <logic/auth/flows/ValidateTask.h>
#include <auth/flows/ValidateTask.h>
#include <logic/auth/MojangAccount.h>
#include <auth/MojangAccount.h>
#include <QJsonDocument>
#include <QJsonObject>

View File

@ -19,7 +19,7 @@
#pragma once
#include <logic/auth/YggdrasilTask.h>
#include <auth/YggdrasilTask.h>
#include <QObject>
#include <QString>