X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FBufferList.h;h=242eff03bea24d34d5750b670bd9511767055b64;hb=af16acb0b4c5379ac87fe0c9fae384af1babdc3a;hp=4f9cb95c05cb6d177aa3637ed9a8a01bfebe5832;hpb=41740ea915ee7a95206d780b6256e660cef39c6e;p=lyx.git diff --git a/src/BufferList.h b/src/BufferList.h index 4f9cb95c05..242eff03be 100644 --- a/src/BufferList.h +++ b/src/BufferList.h @@ -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