summaryrefslogtreecommitdiffstats
path: root/logic/screenshots/Screenshot.h
diff options
context:
space:
mode:
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;