aboutsummaryrefslogtreecommitdiff
path: root/logic/lists/ScreenshotList.h
diff options
context:
space:
mode:
authorrobotbrain <robotbrainify@gmail.com>2014-02-23 19:45:59 -0500
committerrobotbrain <robotbrainify@gmail.com>2014-02-23 19:48:00 -0500
commit5e33da258c3b5159dba854eb4792d0852a1ca363 (patch)
tree62f8819b0974c415e883d43eefb0ffb2fff73702 /logic/lists/ScreenshotList.h
parent4a77524b059c12165e20b38de6c0d4ed08e56419 (diff)
downloadPrismLauncher-5e33da258c3b5159dba854eb4792d0852a1ca363.tar.gz
PrismLauncher-5e33da258c3b5159dba854eb4792d0852a1ca363.tar.bz2
PrismLauncher-5e33da258c3b5159dba854eb4792d0852a1ca363.zip
Close to finished. Need to fix the upload part. Viewing works (in grayscale)
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