X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fqt4%2FGuiApplication.h;h=29302a3cf1fd04a4f72433187e8cfdf22220b4a1;hb=425d092204118ea6c24c28e85fdf03fcf2bb51a4;hp=96211673773666334bc954bf7f5aac1ed1d59b79;hpb=1cd45c2ae17fa6cda303f41a49fecba1ed5f0b45;p=lyx.git diff --git a/src/frontends/qt4/GuiApplication.h b/src/frontends/qt4/GuiApplication.h index 9621167377..29302a3cf1 100644 --- a/src/frontends/qt4/GuiApplication.h +++ b/src/frontends/qt4/GuiApplication.h @@ -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);