summaryrefslogtreecommitdiffstats
path: root/logic/screenshots/Screenshot.h
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2014-02-25 01:21:46 +0100
committerPetr Mrázek <peterix@gmail.com>2014-02-25 01:23:33 +0100
commit9d4e840a6e1a7169a2863fa1ff1812f8fe19e615 (patch)
tree5de17defaea9b4fc237493f0d19c00a096c8205b /logic/screenshots/Screenshot.h
parentcb5cfe724208beb7d506868fc4e50d9f13e28a53 (diff)
downloadMultiMC-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 'logic/screenshots/Screenshot.h')
-rw-r--r--logic/screenshots/Screenshot.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/logic/screenshots/Screenshot.h b/logic/screenshots/Screenshot.h
index 194e70e5..815c0d47 100644
--- a/logic/screenshots/Screenshot.h
+++ b/logic/screenshots/Screenshot.h
@@ -3,9 +3,13 @@
#include <QDateTime>
#include <QString>
#include <memory>
+#include <QIcon>
struct ScreenShot
{
+ QIcon getImage();
+ QIcon m_image;
+ bool imageloaded = false;
QDateTime timestamp;
QString file;
QString url;