mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 13:04:28 -04:00
Add new fields to the DB and make then available to be used in the apps
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user