]> git.lyx.org Git - lyx.git/blobdiff - src/Buffer.h
Fix bug #3038: wish for lfuns for zoom-in and zoom-out
[lyx.git] / src / Buffer.h
index f6543a8e8dfad214e5f6732cce6d8b258a789519..e50076f221f70a38173f8cb9903b0ae876455a4a 100644 (file)
@@ -456,6 +456,8 @@ public:
 
        ///
        void autoSave() const;
+       ///
+       void removeAutosaveFile() const;
 
        /// return the format of the buffer on a string
        std::string bufferFormat() const;
@@ -520,6 +522,8 @@ private:
        */
        ReadStatus readFile(Lexer &, support::FileName const & filename,
                            bool fromString = false);
+       ///
+       support::FileName getAutosaveFilename() const;
 
        /// Use the Pimpl idiom to hide the internals.
        class Impl;