[vlmc-devel] SettingValue: Remove extra ;

Yikai Lu git at videolan.org
Tue Apr 5 20:55:38 CEST 2016


vlmc | branch: master | Yikai Lu <luyikei.qmltu at gmail.com> | Tue Apr  5 13:01:58 2016 +0900| [f09d610e3157738ffffac4f7e2ea8905c6b5382a] | committer: Hugo Beauzée-Luyssen

SettingValue: Remove extra ;

Signed-off-by: Hugo Beauzée-Luyssen <hugo at beauzee.fr>

> https://code.videolan.org/videolan/vlmc/commit/f09d610e3157738ffffac4f7e2ea8905c6b5382a
---

 src/Settings/SettingValue.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/Settings/SettingValue.h b/src/Settings/SettingValue.h
index 04f533b..18ca2f2 100644
--- a/src/Settings/SettingValue.h
+++ b/src/Settings/SettingValue.h
@@ -35,7 +35,7 @@
 class   SettingValue : public QObject
 {
     Q_OBJECT
-    Q_DISABLE_COPY( SettingValue );
+    Q_DISABLE_COPY( SettingValue )
     public:
         enum    Type
         {
@@ -62,7 +62,7 @@ class   SettingValue : public QObject
             NotEmpty        = 1 << 4, ///< Forces the value not to be empty (likely to be used only with Strings)
             Runtime         = 1 << 5, ///< Defines a variable that is not meant to be saved
         };
-        Q_DECLARE_FLAGS( Flags, Flag );
+        Q_DECLARE_FLAGS( Flags, Flag )
         /**
          *  \brief      Constructs a setting value with its default value and description
          *



More information about the Vlmc-devel mailing list