Working screenshot upload

This commit is contained in:
Jan Dalheimer
2014-02-24 10:34:51 +01:00
parent 226c1bdae5
commit a8811a27f7
7 changed files with 84 additions and 69 deletions

View File

@@ -7,10 +7,10 @@
class ScreenShot
{
public:
QString timestamp;
QDateTime timestamp;
QString file;
QString url;
int imgurIndex;
QString imgurIndex;
};
class ScreenshotList : public QAbstractListModel