]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiView.h
On Mac, moving down a paragraph should place the cursor at the end of the current...
[lyx.git] / src / frontends / qt4 / GuiView.h
index 596e66194917daa21cfc9b936b2fa619e64e7d8d..9220538f7e10bbf3636c17fa10cfc14db54f2213 100644 (file)
@@ -336,7 +336,7 @@ private:
        /// Saves the settings of toolbars and all dialogs
        void saveUISettings() const;
        ///
-       bool restoreLayout(bool force_inittoolbars = false);
+       bool restoreLayout();
        ///
        GuiToolbar * toolbar(std::string const & name);
        ///
@@ -344,6 +344,8 @@ private:
        ///
        void initToolbars();
        ///
+       void initToolbar(std::string const & name);
+       ///
        bool lfunUiToggle(std::string const & ui_component);
        ///
        void toggleFullScreen();