Skip to content

Commit

Permalink
Thanks to shit design on the public API, I ain't using slots
Browse files Browse the repository at this point in the history
  • Loading branch information
Salanto committed Jan 18, 2024
1 parent 97bb12d commit 25dd7ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/widgets/player_presence.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class PlayerMenu : QListWidget {
PlayerMenu(QWidget *parent = nullptr);
~PlayerMenu() = default;

public slots:
public:
void addPlayer(int f_id, QString f_name, QString f_character,
bool f_isSpecial);
void updatePlayer(PlayerItem *f_player, QString f_name, QString f_character,
Expand Down

0 comments on commit 25dd7ec

Please sign in to comment.