]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiApplication.h
* fix spelling in comments to please John.
[lyx.git] / src / frontends / qt4 / GuiApplication.h
index 96211673773666334bc954bf7f5aac1ed1d59b79..29302a3cf1fd04a4f72433187e8cfdf22220b4a1 100644 (file)
@@ -56,7 +56,7 @@ public:
        /// Clear all session information.
        void clearSession();
 
-       /// Method inherited from \c Application class
+       /// \name Methods inherited from Application class
        //@{
        LyXView * currentWindow();
        bool getStatus(FuncRequest const & cmd, FuncStatus & flag) const;
@@ -85,7 +85,8 @@ public:
        Toolbars & toolbars();
        Menus const & menus() const;
        Menus & menus();
-       /// Methods inherited from \c QApplication class
+
+       /// \name Methods inherited from QApplication class
        //@{
        bool notify(QObject * receiver, QEvent * event);
        void commitData(QSessionManager & sm);