X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fgraphics%2FGraphicsCacheItem.h;h=481e4b117a6a770f132daa2c4125f46644ccf547;hb=f345feecede25b164502abdacf893a36de9ef4ae;hp=3f8f7e100f75188fcbc44515dc66415c73669279;hpb=377ae30bd8dd025e6e676691b9142c086aad87e9;p=lyx.git diff --git a/src/graphics/GraphicsCacheItem.h b/src/graphics/GraphicsCacheItem.h index 3f8f7e100f..481e4b117a 100644 --- a/src/graphics/GraphicsCacheItem.h +++ b/src/graphics/GraphicsCacheItem.h @@ -53,6 +53,9 @@ public: /// support::FileName const & filename() const; + /// Try to load a display format. + bool tryDisplayFormat() const; + /// It's in the cache. Now start the loading process. void startLoading() const;