feat: super sloppy way of adding more card list columns (created, modified, notes)

This commit is contained in:
Brendan Hagan
2022-06-15 22:08:34 -04:00
parent 61be347976
commit 15ad48a5be
4 changed files with 66 additions and 4 deletions
+3
View File
@@ -61,6 +61,9 @@ public:
/// Get the identification of this card, an identification is something like a name, title, etc.
/** May return "" */
String identification() const;
String valueOfDataKey(FieldP fieldP);
/// Does any field contains the given query string?
bool contains(QuickFilterPart const& query) const;