]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt2/QLPopupMenu.h
Some string(widget->text()) fixes. Weirdness
[lyx.git] / src / frontends / qt2 / QLPopupMenu.h
index 3a0726f95731dc20128d5d4cd1d40fee649b9267..b996780364f25a7a583aa5e7edd295fb45ac87b6 100644 (file)
@@ -30,21 +30,21 @@ class QLPopupMenu;
 
 /// create a sub-menu
 std::pair<int, QLPopupMenu *>
-       createMenu(QMenuData * parent, MenuItem const * item, Menubar::Pimpl * owner, bool is_toplevel = false);
+createMenu(QMenuData * parent, MenuItem const * item,
+          Menubar::Pimpl * owner, bool is_toplevel = false);
 
 /// a submenu
 class QLPopupMenu : public QPopupMenu {
        Q_OBJECT
 public:
-       QLPopupMenu(Menubar::Pimpl * owner, string const & name, bool toplevel);
+       QLPopupMenu(Menubar::Pimpl * owner,
+                   string const & name, bool toplevel);
 
        /// populate the menu
        void populate(Menu * menu);
-
 public slots:
        /// populate the toplevel menu and all children
        void showing();
-
 private:
        /// return true if the given submenu is disabled
        bool disabled(Menu * menu);