Add support for boolean folder fields

This commit is contained in:
Luis Ángel San Martín
2021-01-14 12:25:24 +01:00
parent dde60b78ea
commit f803b54f2e
2 changed files with 7 additions and 3 deletions

View File

@ -81,6 +81,7 @@ private:
boolean,
date,
folder,
booleanFolder,
filename };
static FieldType fieldType(const std::string &str);