feat: revert hack for time card columns, use scripts instead

This commit is contained in:
Brendan Hagan
2022-06-20 21:06:27 -04:00
parent f9525fab82
commit 4173d5017b
5 changed files with 273 additions and 309 deletions
-3
View File
@@ -61,9 +61,6 @@ 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;