[vlmc-devel] [PATCH] SettingValue: Remove extra ;
Yikai Lu
luyikei.qmltu at gmail.com
Tue Apr 5 06:01:58 CEST 2016
---
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
*
--
1.9.1
More information about the Vlmc-devel
mailing list