]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiView.h
delete unneeded Menubar virtual interface.
[lyx.git] / src / frontends / qt4 / GuiView.h
index 0c67e340737aed01856d3d020d715a18ab124504..e4ab76331dc48fa160cc14215487bf905bafc56e 100644 (file)
@@ -72,6 +72,7 @@ public:
        virtual void clearMessage();
        virtual bool hasFocus() const;
        void showMiniBuffer(bool);
+       void openMenu(docstring const &);
 
        /// show - display the top-level window
        void show();
@@ -91,9 +92,6 @@ public Q_SLOTS:
        /// idle timeout
        void update_view_state_qt();
 
-       /// populate a toplevel menu and all its children on demand
-       void updateMenu(QAction *);
-
        void currentTabChanged(int index);
        void closeCurrentTab();