X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fgraphics%2FPreviewImage.h;h=6b5ac7e66cd1d1e0495a0b84a5aa37570fa7adfd;hb=4ddc9e2501400f8bdc35d4d1fe56f39c49e82115;hp=2a112b76a169e1e6818eb699b0de323e4504f4bf;hpb=b89d0e2eb776f65021690c8122f65ed021f55d20;p=lyx.git diff --git a/src/graphics/PreviewImage.h b/src/graphics/PreviewImage.h index 2a112b76a1..6b5ac7e66c 100644 --- a/src/graphics/PreviewImage.h +++ b/src/graphics/PreviewImage.h @@ -22,6 +22,7 @@ class Dimension; namespace graphics { +class Cache; class PreviewLoader; class Image; @@ -46,6 +47,10 @@ public: * triggers that. */ Image const * image() const; + /// + support::FileName const & filename() const; + + PreviewLoader & previewLoader() const; private: /// Use the Pimpl idiom to hide the internals.