]> git.lyx.org Git - lyx.git/blobdiff - src/graphics/GraphicsCacheItem.h
Fix compilation with Qt4.2
[lyx.git] / src / graphics / GraphicsCacheItem.h
index 34dad4b26559c602cd4d0b3ad9a8da43a41cdd31..481e4b117a6a770f132daa2c4125f46644ccf547 100644 (file)
@@ -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;
 
@@ -63,7 +66,7 @@ public:
        void startMonitoring() const;
        ///
        bool monitoring() const;
-       /** Returns the check sum of filename() so that, for example, you can
+       /** 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.
         */