GH-1864 fix imgur album creation

This commit is contained in:
Petr Mrázek
2017-05-04 22:58:22 +02:00
parent 35836c7709
commit 0ce44dbd41
3 changed files with 5 additions and 3 deletions

View File

@ -14,6 +14,7 @@ struct ScreenShot
QFileInfo m_file;
QString m_url;
QString m_imgurId;
QString m_imgurDeleteHash;
};
typedef std::shared_ptr<ScreenShot> ScreenshotPtr;