From da33fa4090b4510267d06b3fd3ec439ff563b80e Mon Sep 17 00:00:00 2001 From: Jan Dalheimer Date: Mon, 24 Feb 2014 11:30:27 +0100 Subject: Imgur album creation --- logic/lists/ScreenshotList.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'logic/lists/ScreenshotList.h') 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 -- cgit