Fixed compilation errors.
Yeah... Forgot to recompile everything after deleting those files.
This commit is contained in:
parent
0395474a0c
commit
eff38858ef
@ -202,9 +202,6 @@ MultiMC::MultiMC(int &argc, char **argv) : QApplication(argc, argv)
|
|||||||
// create the global network manager
|
// create the global network manager
|
||||||
m_qnam.reset(new QNetworkAccessManager(this));
|
m_qnam.reset(new QNetworkAccessManager(this));
|
||||||
|
|
||||||
// Register meta types.
|
|
||||||
qRegisterMetaType<LoginResponse>("LoginResponse");
|
|
||||||
|
|
||||||
// launch instance, if that's what should be done
|
// launch instance, if that's what should be done
|
||||||
if (!args["launch"].isNull())
|
if (!args["launch"].isNull())
|
||||||
{
|
{
|
||||||
|
@ -48,7 +48,6 @@
|
|||||||
|
|
||||||
#include "gui/dialogs/SettingsDialog.h"
|
#include "gui/dialogs/SettingsDialog.h"
|
||||||
#include "gui/dialogs/NewInstanceDialog.h"
|
#include "gui/dialogs/NewInstanceDialog.h"
|
||||||
#include "gui/dialogs/LoginDialog.h"
|
|
||||||
#include "gui/dialogs/ProgressDialog.h"
|
#include "gui/dialogs/ProgressDialog.h"
|
||||||
#include "gui/dialogs/AboutDialog.h"
|
#include "gui/dialogs/AboutDialog.h"
|
||||||
#include "gui/dialogs/VersionSelectDialog.h"
|
#include "gui/dialogs/VersionSelectDialog.h"
|
||||||
@ -73,8 +72,6 @@
|
|||||||
#include "logic/auth/AuthenticateTask.h"
|
#include "logic/auth/AuthenticateTask.h"
|
||||||
#include "logic/auth/ValidateTask.h"
|
#include "logic/auth/ValidateTask.h"
|
||||||
|
|
||||||
#include "logic/net/LoginTask.h"
|
|
||||||
|
|
||||||
#include "logic/BaseInstance.h"
|
#include "logic/BaseInstance.h"
|
||||||
#include "logic/InstanceFactory.h"
|
#include "logic/InstanceFactory.h"
|
||||||
#include "logic/MinecraftProcess.h"
|
#include "logic/MinecraftProcess.h"
|
||||||
|
@ -19,7 +19,6 @@
|
|||||||
#include <QProcess>
|
#include <QProcess>
|
||||||
|
|
||||||
#include "logic/lists/InstanceList.h"
|
#include "logic/lists/InstanceList.h"
|
||||||
#include "logic/net/LoginTask.h"
|
|
||||||
#include "logic/BaseInstance.h"
|
#include "logic/BaseInstance.h"
|
||||||
|
|
||||||
#include "logic/auth/MojangAccount.h"
|
#include "logic/auth/MojangAccount.h"
|
||||||
|
@ -22,7 +22,6 @@
|
|||||||
|
|
||||||
#include <logic/auth/AuthenticateTask.h>
|
#include <logic/auth/AuthenticateTask.h>
|
||||||
|
|
||||||
#include <gui/dialogs/LoginDialog.h>
|
|
||||||
#include <gui/dialogs/ProgressDialog.h>
|
#include <gui/dialogs/ProgressDialog.h>
|
||||||
|
|
||||||
#include <MultiMC.h>
|
#include <MultiMC.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user