]> git.lyx.org Git - lyx.git/blobdiff - src/graphics/GraphicsLoader.h
Regularly check if graphics is modified when visible on screen (#10596)
[lyx.git] / src / graphics / GraphicsLoader.h
index 8b97114f60f2a32864a362aeae6c4fca590b0f0f..62ea303b34764e7b627c6cba3f152c9387b1a71e 100644 (file)
@@ -81,11 +81,8 @@ public:
        void startMonitoring() const;
        ///
        bool monitoring() const;
-       /** Returns the check checksum of filename() so that, for example, you can
-        *  ascertain whether to output a new PostScript version of the file
-        *  for a LaTeX run.
-        */
-       unsigned long checksum() const;
+       ///
+       void checkModifiedAsync() const;
 
        /// How far have we got in loading the image?
        ImageStatus status() const;