summaryrefslogtreecommitdiffstats
path: root/logic/lists/ScreenshotList.h
diff options
context:
space:
mode:
Diffstat (limited to 'logic/lists/ScreenshotList.h')
-rw-r--r--logic/lists/ScreenshotList.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/logic/lists/ScreenshotList.h b/logic/lists/ScreenshotList.h
index 4011c1bd..08c968f1 100644
--- a/logic/lists/ScreenshotList.h
+++ b/logic/lists/ScreenshotList.h
@@ -8,9 +8,9 @@ class ScreenShot
{
public:
QString timestamp;
- QByteArray file;
- int imgurIndex;
+ QString file;
QString url;
+ int imgurIndex;
};
class ScreenshotList : public QAbstractListModel