add quick thumbnails to cache

This commit is contained in:
Steve Herrell
2010-11-04 21:36:52 -04:00
parent 791622c3a0
commit 9abe74d73a
5 changed files with 27 additions and 20 deletions

View File

@@ -59,7 +59,6 @@ class Thumbnail {
Glib::ustring dateTimeString;
bool initial_;
bool quick_;
// vector of listeners
std::vector<ThumbnailListener*> listeners;
@@ -84,7 +83,7 @@ class Thumbnail {
void clearProcParams (int whoClearedIt=-1);
void loadProcParams ();
bool isQuick() { return quick_; }
bool isQuick() { return cfs.thumbImgType == CacheImageData::QUICK_THUMBNAIL; }
bool isPParamsValid() { return pparamsValid; }
bool isRecentlySaved ();
void imageDeveloped ();