summaryrefslogtreecommitdiffstats
path: root/api/logic/minecraft/MinecraftInstance.h
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2019-08-04 05:08:40 +0200
committerPetr Mrázek <peterix@gmail.com>2019-08-04 05:08:40 +0200
commitce4a55bc3b32d75db1d31cad6928be2ee2a74235 (patch)
tree1495dffd936cbe358fd9717c3d5c1f442968e876 /api/logic/minecraft/MinecraftInstance.h
parent6b82e942d002cefebe1396dc51a7e9515b502782 (diff)
downloadMultiMC-ce4a55bc3b32d75db1d31cad6928be2ee2a74235.tar
MultiMC-ce4a55bc3b32d75db1d31cad6928be2ee2a74235.tar.gz
MultiMC-ce4a55bc3b32d75db1d31cad6928be2ee2a74235.tar.lz
MultiMC-ce4a55bc3b32d75db1d31cad6928be2ee2a74235.tar.xz
MultiMC-ce4a55bc3b32d75db1d31cad6928be2ee2a74235.zip
NOISSUE fix listing of mods in log, improve display with unicode
Diffstat (limited to 'api/logic/minecraft/MinecraftInstance.h')
-rw-r--r--api/logic/minecraft/MinecraftInstance.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/api/logic/minecraft/MinecraftInstance.h b/api/logic/minecraft/MinecraftInstance.h
index dd14664f..a8f64109 100644
--- a/api/logic/minecraft/MinecraftInstance.h
+++ b/api/logic/minecraft/MinecraftInstance.h
@@ -6,7 +6,6 @@
#include <QDir>
#include "multimc_logic_export.h"
-class ModsModel;
class ModFolderModel;
class WorldList;
class GameOptions;
@@ -68,7 +67,6 @@ public:
std::shared_ptr<ComponentList> getComponentList() const;
////// Mod Lists //////
- std::shared_ptr<ModsModel> modsModel() const;
std::shared_ptr<ModFolderModel> loaderModList() const;
std::shared_ptr<ModFolderModel> coreModList() const;
std::shared_ptr<ModFolderModel> resourcePackList() const;
@@ -123,7 +121,6 @@ private:
protected: // data
std::shared_ptr<ComponentList> m_components;
- mutable std::shared_ptr<ModsModel> m_mods_model;
mutable std::shared_ptr<ModFolderModel> m_loader_mod_list;
mutable std::shared_ptr<ModFolderModel> m_core_mod_list;
mutable std::shared_ptr<ModFolderModel> m_resource_pack_list;