]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiDocument.h
Move Tocs to the "Other lists" submenu based on a blacklist
[lyx.git] / src / frontends / qt4 / GuiDocument.h
index e0d42c9470743c3c133e33c65ce90070e5c0a95e..4206a9bf21ed07fec2257d8b6df9f1b280e3f5b4 100644 (file)
@@ -82,6 +82,9 @@ public:
        ///
        BufferParams const & params() const { return bp_; }
 
+public Q_SLOTS:
+       void onBufferViewChanged();//override
+
 private Q_SLOTS:
        void updateNumbering();
        void change_adaptor();
@@ -181,6 +184,8 @@ private:
        void useClassDefaults();
        ///
        void setLayoutComboByIDString(std::string const & idString);
+       /// Update quotes styles combo, indicating the current language's default
+       void updateQuoteStyles(bool const set = false);
 
        /// available modules
        GuiIdListModel modules_av_model_;