]> git.lyx.org Git - lyx.git/blobdiff - src/graphics/GraphicsLoader.h
Store an InsetBase & in MailInset.
[lyx.git] / src / graphics / GraphicsLoader.h
index ddd43e3b871f6e3f4193eaf2b1ef7ff0062a7ae7..893070919a9232bd9ddd564d0d5030f787e29729 100644 (file)
@@ -63,13 +63,10 @@ public:
        ///
        bool empty() const { return filename().empty(); }
 
-       /// We are explicit about when we begin the loading process.
-       void startLoading() const;
-
-       /** starting loading of the image is conditional upon the
-        *  inset being visible or not.
+       /** starting loading of the image is done by a urgency-based
+        *  decision. Here we only call LoaderQueue::touch to request it.
         */
-       void startLoading(Inset const &, BufferView const &) const;
+       void startLoading() const;
 
        /** Monitor any changes to the file.
         *  There is no point monitoring the file before startLoading() is