]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiDocument.h
Menus: Factor Toc code
[lyx.git] / src / frontends / qt4 / GuiDocument.h
index c2f944dcb8b9d9c2ae1fe1e38140c59cbc3045e3..4206a9bf21ed07fec2257d8b6df9f1b280e3f5b4 100644 (file)
@@ -83,7 +83,7 @@ public:
        BufferParams const & params() const { return bp_; }
 
 public Q_SLOTS:
-       void on_bufferViewChanged();//override
+       void onBufferViewChanged();//override
 
 private Q_SLOTS:
        void updateNumbering();
@@ -184,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_;