[vlmc-devel] Add Hash, Map, and List to SettingValue:Type
Yikai Lu
git at videolan.org
Sat Apr 9 22:18:02 CEST 2016
vlmc | branch: master | Yikai Lu <luyikei.qmltu at gmail.com> | Sat Apr 9 11:44:01 2016 +0900| [24e655888c5f26240a003b34256957481e1d5a7e] | committer: Hugo Beauzée-Luyssen
Add Hash, Map, and List to SettingValue:Type
Signed-off-by: Hugo Beauzée-Luyssen <hugo at beauzee.fr>
> https://code.videolan.org/videolan/vlmc/commit/24e655888c5f26240a003b34256957481e1d5a7e
---
src/Settings/SettingValue.h | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/Settings/SettingValue.h b/src/Settings/SettingValue.h
index 18ca2f2..639897b 100644
--- a/src/Settings/SettingValue.h
+++ b/src/Settings/SettingValue.h
@@ -48,6 +48,9 @@ class SettingValue : public QObject
Path,
ByteArray, // For now this is only for private variables, and is not expected to be used at any time
//For effect engine settings:
+ List,
+ Map,
+ Hash,
Color,
Position
};
More information about the Vlmc-devel
mailing list