diff options
author | Petr Mrázek <peterix@gmail.com> | 2016-08-18 21:31:37 +0200 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2016-08-19 08:05:43 +0200 |
commit | 67eca08b2260f19ff296c0b6cb73eb3b0479e4b2 (patch) | |
tree | 96027e6397b24ee87d8d116448387c959a7e197b /application/CMakeLists.txt | |
parent | 9aff21c1810f366f599fc5d35dfd3d7bc216f759 (diff) | |
download | MultiMC-67eca08b2260f19ff296c0b6cb73eb3b0479e4b2.tar MultiMC-67eca08b2260f19ff296c0b6cb73eb3b0479e4b2.tar.gz MultiMC-67eca08b2260f19ff296c0b6cb73eb3b0479e4b2.tar.lz MultiMC-67eca08b2260f19ff296c0b6cb73eb3b0479e4b2.tar.xz MultiMC-67eca08b2260f19ff296c0b6cb73eb3b0479e4b2.zip |
NOISSUE use model/view for Minecraft log data
Diffstat (limited to 'application/CMakeLists.txt')
-rw-r--r-- | application/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/application/CMakeLists.txt b/application/CMakeLists.txt index 0bc103bf..b681f3fd 100644 --- a/application/CMakeLists.txt +++ b/application/CMakeLists.txt @@ -210,6 +210,8 @@ SET(MULTIMC_SOURCES widgets/LabeledToolButton.h widgets/LineSeparator.cpp widgets/LineSeparator.h + widgets/LogView.cpp + widgets/LogView.h widgets/MCModInfoFrame.cpp widgets/MCModInfoFrame.h widgets/ModListView.cpp |