NOISSUE Various changes from multiauth that are unrelated to it

This commit is contained in:
Jan Dalheimer 2015-05-28 19:38:29 +02:00 committed by Petr Mrázek
parent 161dc66c2c
commit 3a8b238052
65 changed files with 2661 additions and 333 deletions

View file

@ -16,7 +16,6 @@
#include <QIcon>
#include <pathutils.h>
#include <QDebug>
#include "MMCError.h"
#include "minecraft/OneSixInstance.h"
@ -338,7 +337,7 @@ void OneSixInstance::reloadProfile()
catch (VersionIncomplete &error)
{
}
catch (MMCError &error)
catch (Exception &error)
{
m_version->clear();
setFlag(VersionBrokenFlag);