X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fqt4%2FButtonController.h;h=6d72430c9dce298495731553b86db7ecf1848050;hb=425d092204118ea6c24c28e85fdf03fcf2bb51a4;hp=cec52bf5666f45f03d49d22770d56f7ce4a6984e;hpb=780742b73af854c9e934e3687443568591f82985;p=lyx.git diff --git a/src/frontends/qt4/ButtonController.h b/src/frontends/qt4/ButtonController.h index cec52bf566..6d72430c9d 100644 --- a/src/frontends/qt4/ButtonController.h +++ b/src/frontends/qt4/ButtonController.h @@ -45,9 +45,7 @@ public: ~ButtonController(); //@{ - /** Methods to set and get the ButtonPolicy. - * \param ptr is owned by the ButtonController. - */ + /// Methods to set and get the ButtonPolicy. void setPolicy(ButtonPolicy::Policy policy); ButtonPolicy const & policy() const; ButtonPolicy & policy(); @@ -83,8 +81,9 @@ public: */ bool setReadOnly(bool); - /** \param validity Tell the BC that the data is, or is not, valid. + /** * Sets the activation state of the buttons immediately. + * \param validity Tell the BC that the data is, or is not, valid. */ void setValid(bool); @@ -93,8 +92,7 @@ public: // //@{ - /** Store pointers to these widgets. - */ + /// Store pointers to these widgets. void setOK(QPushButton * obj); void setApply(QPushButton * obj); void setCancel(QPushButton * obj);