diff options
Diffstat (limited to 'logic/lists/ScreenshotList.h')
-rw-r--r-- | logic/lists/ScreenshotList.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/logic/lists/ScreenshotList.h b/logic/lists/ScreenshotList.h index dee74807..1d3e73ca 100644 --- a/logic/lists/ScreenshotList.h +++ b/logic/lists/ScreenshotList.h @@ -10,7 +10,7 @@ public: QDateTime timestamp; QString file; QString url; - QString imgurIndex; + QString imgurId; }; class ScreenshotList : public QAbstractListModel |