diff options
author | Andrew <forkk@forkk.net> | 2013-11-28 22:18:22 -0600 |
---|---|---|
committer | Andrew <forkk@forkk.net> | 2013-11-28 22:18:22 -0600 |
commit | eff38858ef32239cd91044295ce7db3def857339 (patch) | |
tree | 37493a31280ebb713fee2eaddc4663f48be7ff99 /MultiMC.cpp | |
parent | 0395474a0c3b40d4ef688e5d726a6519b3b2a620 (diff) | |
download | MultiMC-eff38858ef32239cd91044295ce7db3def857339.tar MultiMC-eff38858ef32239cd91044295ce7db3def857339.tar.gz MultiMC-eff38858ef32239cd91044295ce7db3def857339.tar.lz MultiMC-eff38858ef32239cd91044295ce7db3def857339.tar.xz MultiMC-eff38858ef32239cd91044295ce7db3def857339.zip |
Fixed compilation errors.
Yeah... Forgot to recompile everything after deleting those files.
Diffstat (limited to 'MultiMC.cpp')
-rw-r--r-- | MultiMC.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
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>("LoginResponse"); - // launch instance, if that's what should be done if (!args["launch"].isNull()) { |