]> git.lyx.org Git - lyx.git/blobdiff - src/BufferList.h
Fix #9792 cyrtext and textcyr in the preamble of every document.
[lyx.git] / src / BufferList.h
index 95df26aa6df9e9b9757e5bb00d34eb3d7d979ef4..242eff03bea24d34d5750b670bd9511767055b64 100644 (file)
@@ -66,7 +66,7 @@ public:
        void closeAll();
 
        /// returns a vector with all the buffers filenames
-       support::FileNameList const & fileNames() const;
+       support::FileNameList fileNames() const;
 
        /// return true if no buffers loaded
        bool empty() const;
@@ -115,6 +115,8 @@ public:
        //@{
        /// reset current author for all buffers
        void recordCurrentAuthor(Author const & author);
+       /// update previews for all buffers, e.g. for Prefs update
+       void updatePreviews();
        /// Call changed() on all buffers, internal or not
        void changed(bool update_metrics) const;
        /// emergency save for all buffers