diff options
author | Petr Mrázek <peterix@gmail.com> | 2014-02-25 01:21:46 +0100 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2014-02-25 01:23:33 +0100 |
commit | 9d4e840a6e1a7169a2863fa1ff1812f8fe19e615 (patch) | |
tree | 5de17defaea9b4fc237493f0d19c00a096c8205b /CMakeLists.txt | |
parent | cb5cfe724208beb7d506868fc4e50d9f13e28a53 (diff) | |
download | MultiMC-9d4e840a6e1a7169a2863fa1ff1812f8fe19e615.tar MultiMC-9d4e840a6e1a7169a2863fa1ff1812f8fe19e615.tar.gz MultiMC-9d4e840a6e1a7169a2863fa1ff1812f8fe19e615.tar.lz MultiMC-9d4e840a6e1a7169a2863fa1ff1812f8fe19e615.tar.xz MultiMC-9d4e840a6e1a7169a2863fa1ff1812f8fe19e615.zip |
Screenshots: Optimize image loading and memory use, fix list and button layout.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index da7b0e0b..ee836cd2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -465,6 +465,7 @@ logic/lists/JavaVersionList.cpp # the screenshots feature logic/screenshots/Screenshot.h +logic/screenshots/Screenshot.cpp logic/screenshots/ScreenshotList.h logic/screenshots/ScreenshotList.cpp logic/screenshots/ImgurUpload.h |