]> git.lyx.org Git - features.git/blobdiff - src/Buffer.h
Add 'needauth' option to converters that need explicit user authorization.
[features.git] / src / Buffer.h
index 477a8ac8adb55419abb3f89f4c40a5be068e9849..0cb70266374682815ac5f271ff957329c09e62d6 100644 (file)
@@ -74,6 +74,7 @@ class FileNameList;
 
 namespace graphics {
 class PreviewLoader;
+class Cache;
 }
 
 
@@ -587,6 +588,8 @@ public:
        void updatePreviews() const;
        /// Remove any previewed LaTeX snippets associated with this buffer
        void removePreviews() const;
+       ///
+       graphics::Cache & graphicsCache() const;
 
        /// Our main text (inside the top InsetText)
        Text & text() const;