Close to finished. Need to fix the upload part. Viewing works (in grayscale)

This commit is contained in:
robotbrain
2014-02-23 19:45:59 -05:00
parent 4a77524b05
commit 5e33da258c
9 changed files with 53 additions and 134 deletions

View File

@@ -8,9 +8,9 @@ class ScreenShot
{
public:
QString timestamp;
QByteArray file;
int imgurIndex;
QString file;
QString url;
int imgurIndex;
};
class ScreenshotList : public QAbstractListModel