diff options
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 08c968f1..dee74807 100644 --- a/logic/lists/ScreenshotList.h +++ b/logic/lists/ScreenshotList.h @@ -7,10 +7,10 @@ class ScreenShot { public: - QString timestamp; + QDateTime timestamp; QString file; QString url; - int imgurIndex; + QString imgurIndex; }; class ScreenshotList : public QAbstractListModel |