diff options
author | Petr Mrázek <peterix@gmail.com> | 2016-08-08 00:00:11 +0200 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2016-08-10 00:28:33 +0200 |
commit | fc198dd3085a2cd33fbaa7a3d2c95c2c8d3ee31a (patch) | |
tree | 26d0c907fcfdbf93da37d19f731962609c65464f /api/logic/CMakeLists.txt | |
parent | 74b4343c43cb0f3fc85cf27d1159349d0b3f32e6 (diff) | |
download | MultiMC-fc198dd3085a2cd33fbaa7a3d2c95c2c8d3ee31a.tar MultiMC-fc198dd3085a2cd33fbaa7a3d2c95c2c8d3ee31a.tar.gz MultiMC-fc198dd3085a2cd33fbaa7a3d2c95c2c8d3ee31a.tar.lz MultiMC-fc198dd3085a2cd33fbaa7a3d2c95c2c8d3ee31a.tar.xz MultiMC-fc198dd3085a2cd33fbaa7a3d2c95c2c8d3ee31a.zip |
NOISSUE rework of minecraft log
Now uses a model and a list view instead of text
This lets mmc keep track of the contents regardless of whether the instance windows are open
This is currently missing a way to select and copy text from the log.
Diffstat (limited to 'api/logic/CMakeLists.txt')
-rw-r--r-- | api/logic/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/api/logic/CMakeLists.txt b/api/logic/CMakeLists.txt index 4514d8c3..8a1f2f41 100644 --- a/api/logic/CMakeLists.txt +++ b/api/logic/CMakeLists.txt @@ -119,6 +119,8 @@ set(LAUNCH_SOURCES launch/LaunchTask.h launch/LoggedProcess.cpp launch/LoggedProcess.h + launch/LogModel.cpp + launch/LogModel.h launch/MessageLevel.cpp launch/MessageLevel.h ) |