Merge branch 'develop' of github.com:MultiMC/MultiMC5 into feature_news

Conflicts:
	CMakeLists.txt
This commit is contained in:
Andrew
2013-12-15 15:01:34 -06:00
45 changed files with 796 additions and 541 deletions

View File

@@ -46,7 +46,7 @@ public:
};
public:
MultiMC(int &argc, char **argv);
MultiMC(int &argc, char **argv, const QString &root = QString());
virtual ~MultiMC();
std::shared_ptr<SettingsObject> settings()