From eff38858ef32239cd91044295ce7db3def857339 Mon Sep 17 00:00:00 2001 From: Andrew Date: Thu, 28 Nov 2013 22:18:22 -0600 Subject: Fixed compilation errors. Yeah... Forgot to recompile everything after deleting those files. --- MultiMC.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'MultiMC.cpp') diff --git a/MultiMC.cpp b/MultiMC.cpp index 17981755..26d7e8c8 100644 --- a/MultiMC.cpp +++ b/MultiMC.cpp @@ -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"); - // launch instance, if that's what should be done if (!args["launch"].isNull()) { -- cgit v1.2.3