Add new fields to the DB and make then available to be used in the apps

This commit is contained in:
Luis Ángel San Martín
2023-05-12 16:59:23 +02:00
parent 830d8d911f
commit f2bf53ce5b
23 changed files with 957 additions and 591 deletions

View File

@ -85,7 +85,8 @@ private:
date,
folder,
booleanFolder,
filename };
filename,
enumField };
static FieldType fieldType(const std::string &str);
static std::string join(const QStringList &strings, const std::string &delim);