Skip to content
Snippets Groups Projects
Commit 24e65588 authored by luyikei's avatar luyikei Committed by Hugo Beauzée-Luyssen
Browse files

Add Hash, Map, and List to SettingValue:Type


Signed-off-by: default avatarHugo Beauzée-Luyssen <hugo@beauzee.fr>
parent c880a85e
No related branches found
No related tags found
No related merge requests found
......@@ -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
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment