diff options
| author | Crystalwarrior <varsash@gmail.com> | 2021-02-21 16:18:45 +0300 |
|---|---|---|
| committer | Crystalwarrior <varsash@gmail.com> | 2021-02-21 16:18:45 +0300 |
| commit | 679dcca0792650f3a2899af8009846fdc289c9ba (patch) | |
| tree | 6a796d463ed6033d8be903074947317076e0f8f6 /include | |
| parent | 354fbd239c203d0ed3f9d98bd32bef6f6dbe26d6 (diff) | |
Remove hardcoded stylesheets from lobby
Stop doing the "tagget stylesheets" monstrosity
Diffstat (limited to 'include')
| -rw-r--r-- | include/lobby.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/lobby.h b/include/lobby.h index ca2b88b8..0f066ab4 100644 --- a/include/lobby.h +++ b/include/lobby.h @@ -33,7 +33,7 @@ public: void append_chatmessage(QString f_name, QString f_message); void append_error(QString f_message); void set_player_count(int players_online, int max_players); - void set_stylesheet(QWidget *widget, QString target_tag); + void set_stylesheet(QWidget *widget); void set_stylesheets(); void set_fonts(); void set_font(QWidget *widget, QString p_identifier); |
