diff options
author | robotbrain <robotbrainify@gmail.com> | 2014-02-23 19:45:59 -0500 |
---|---|---|
committer | robotbrain <robotbrainify@gmail.com> | 2014-02-23 19:48:00 -0500 |
commit | 5e33da258c3b5159dba854eb4792d0852a1ca363 (patch) | |
tree | 62f8819b0974c415e883d43eefb0ffb2fff73702 /logic/lists/ScreenshotList.h | |
parent | 4a77524b059c12165e20b38de6c0d4ed08e56419 (diff) | |
download | PrismLauncher-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.h | 4 |
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 |