]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiPrefs.h
Amend f441590c
[lyx.git] / src / frontends / qt4 / GuiPrefs.h
index e57d1dd9d780642ba7c2e4adfc7d06601a4115fc..4094d0137ed02e7867017344223730a153b771e5 100644 (file)
@@ -101,6 +101,9 @@ public:
        /// update the screen fonts after change
        void updateScreenFonts();
 
+       /// update the previews after change
+       void updatePreviews();
+
        LyXRC & rc() { return rc_; }
        Converters & converters() { return converters_; }
        Formats & formats() { return formats_; }
@@ -123,6 +126,7 @@ private:
        std::vector<std::string> colors_;
 
        bool update_screen_font_;
+       bool update_previews_;
 };