diff options
| author | Salanto <62221668+Salanto@users.noreply.github.com> | 2024-08-25 16:31:16 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-25 16:31:16 +0200 |
| commit | 552ccc38d6d5cc0c4956267616cbc3cf9c06d528 (patch) | |
| tree | 0d65d52b40ff5f45c2a5f6748c3f90337f7d3694 /src/widgets/playerlistwidget.h | |
| parent | 50204ec2e265373452c1b4ff4eb2b8dafbb516e8 (diff) | |
Update PlayerList to work more akin to WebAO (#1039)
* Add Playerlist label formatter to account for missing args
* Make it less of a visual atrocity
Diffstat (limited to 'src/widgets/playerlistwidget.h')
| -rw-r--r-- | src/widgets/playerlistwidget.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/widgets/playerlistwidget.h b/src/widgets/playerlistwidget.h index e771d7e1..217c9f92 100644 --- a/src/widgets/playerlistwidget.h +++ b/src/widgets/playerlistwidget.h @@ -29,6 +29,8 @@ private: void removePlayer(int playerId); void updatePlayer(int playerId, bool updateIcon); + QString formatLabel(const PlayerData &data); + void filterPlayerList(); private Q_SLOTS: |
