diff options
| author | Steru <jerrydream111@gmail.com> | 2024-08-03 23:08:57 +0200 | 
|---|---|---|
| committer | Steru <jerrydream111@gmail.com> | 2024-08-03 23:08:57 +0200 | 
| commit | 0445396ffa371cdc546d7198efc0677ad42b7aa5 (patch) | |
| tree | 75d25de3010f9cfebacbe317641a77f91941e94f /src/discipline/Sport.h | |
| parent | d399c562f5fad76ed8018c712a635f49715a8fed (diff) | |
Added method to filter the last name (the one in CAPS). API reliability is questionable...
Diffstat (limited to 'src/discipline/Sport.h')
| -rw-r--r-- | src/discipline/Sport.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/src/discipline/Sport.h b/src/discipline/Sport.h index 3b1c7f4..78968fe 100644 --- a/src/discipline/Sport.h +++ b/src/discipline/Sport.h @@ -24,6 +24,7 @@ public:      QJsonArray getCompetitorsByCategory(QString category);      // filter to change the current competitor array +    void lastName(QJsonArray& competitors);      void filterByName(QJsonArray& competitors, QString name);      void filterByCountry(QJsonArray& competitors, QString nocShort); | 
