X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fqt4%2FButtonPolicy.h;h=298ec436290419a9c6265015676588b58d782a98;hb=b7f6b979d0f889f08e735f35378bb20ba3788b4b;hp=28f711e9eb461a4f75b366748b19462001623adb;hpb=780742b73af854c9e934e3687443568591f82985;p=lyx.git diff --git a/src/frontends/qt4/ButtonPolicy.h b/src/frontends/qt4/ButtonPolicy.h index 28f711e9eb..298ec43629 100644 --- a/src/frontends/qt4/ButtonPolicy.h +++ b/src/frontends/qt4/ButtonPolicy.h @@ -23,7 +23,7 @@ namespace frontend { dialogs. Only the policy is implemented here. Separate ButtonController classes are needed for each GUI implementation. - Policy | ReadOnly | Apply Button | Repeated Apply + Policy | ReadOnly | Apply Button | Repeated Apply ======================================================================== OkCancel | N | N | - OkCancelReadOnly | Y | N | - @@ -66,7 +66,7 @@ class ButtonPolicy public: // The various poicies - enum Policy { + enum Policy { /** Ok and Cancel buttons for dialogs with read-only operation. Note: This scheme supports the relabelling of Cancel to Close and vice versa. @@ -161,7 +161,7 @@ public: to minimise problems to users by supplying an anything-goes policy via a preprocessor directive. */ - IgnorantPolicy, + IgnorantPolicy }; /// Constructor @@ -273,7 +273,7 @@ private: /// noncopyable ButtonPolicy(ButtonPolicy const &); void operator=(ButtonPolicy const &); - + /// pimpl class Private; Private * d;