]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/Menus.h
* fix spelling in comments to please John.
[lyx.git] / src / frontends / qt4 / Menus.h
index 5e438670fa5567d47c83bec84b537c367d43716b..1ab407a5e100c077f7193f1c28b98f777cabc3bb 100644 (file)
@@ -4,7 +4,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author Lars Gullik Bjønnes
+ * \author Lars Gullik Bjønnes
  * \author John Levon
  *
  * Full author contact details are available in file CREDITS.
@@ -59,6 +59,9 @@ class Menus
 public:
        Menus();
        ~Menus();
+
+       ///
+       void reset();
        
        ///
        bool searchMenu(FuncRequest const & func,
@@ -78,8 +81,8 @@ public:
 private:
        /// Use the Pimpl idiom to hide the internals.
        struct Impl;
-       /// The pointer never changes although *d's contents may.
-       Impl * const d;
+       ///
+       Impl * d;
 };
 
 } // namespace frontend