added cache for thumbnails

This commit is contained in:
2020-01-26 21:53:39 +01:00
parent 122885eea1
commit 6ebefa622d
4 changed files with 12 additions and 4 deletions
+2
View File
@@ -38,5 +38,7 @@ QStringList generateWriteList(const QList<IMAGEFORMAT>& imageFormats);
QImage blob2Image(const QByteArray& ba);
QByteArray image2Blob(const QImage& image);
QString userDir();
#endif // COMMON_H