]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/ButtonPolicy.h
Use <cstdint> instead of <boost/cstdint.hpp>
[lyx.git] / src / frontends / qt4 / ButtonPolicy.h
index 43f384baa8b9869a524e4123907c12b61d1eba19..298ec436290419a9c6265015676588b58d782a98 100644 (file)
@@ -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;