diff options
Diffstat (limited to 'core/imagedownloader.h')
-rw-r--r-- | core/imagedownloader.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/imagedownloader.h b/core/imagedownloader.h index e0db016ed..f89f80678 100644 --- a/core/imagedownloader.h +++ b/core/imagedownloader.h @@ -67,6 +67,7 @@ private: QImage failImage; // Shown when image-fetching fails QImage dummyImage; // Shown before thumbnail is fetched QImage videoImage; // Place holder for videos + QImage unknownImage; // Place holder for files where we couldn't determine the type QMap<QString,QFuture<void>> workingOn; }; |