Fixed compilation errors.

Yeah... Forgot to recompile everything after deleting those files.
This commit is contained in:
Andrew
2013-11-28 22:18:22 -06:00
parent 0395474a0c
commit eff38858ef
4 changed files with 0 additions and 8 deletions

View File

@@ -202,9 +202,6 @@ MultiMC::MultiMC(int &argc, char **argv) : QApplication(argc, argv)
// create the global network manager
m_qnam.reset(new QNetworkAccessManager(this));
// Register meta types.
qRegisterMetaType<LoginResponse>("LoginResponse");
// launch instance, if that's what should be done
if (!args["launch"].isNull())
{