Move settings lib into the main code, fixing error logging in it.

This commit is contained in:
Petr Mrázek
2014-07-01 01:48:09 +02:00
parent 8b86306d48
commit 18a342ef14
33 changed files with 80 additions and 175 deletions

View File

@ -5,7 +5,7 @@
#include <QDesktopServices>
#include <QUrl>
#include "settingsobject.h"
#include "logic/settings/SettingsObject.h"
#include "logic/BaseInstance.h"
#include "MultiMC.h"