From 7246965e00e1ffb5b91517aa6d58e17a664d6454 Mon Sep 17 00:00:00 2001 From: Crystalwarrior Date: Wed, 17 Feb 2021 15:47:54 +0300 Subject: Adopt better method for setting custom pos using the pos dropdown Make it actually work properly --- include/courtroom.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/courtroom.h') diff --git a/include/courtroom.h b/include/courtroom.h index d1395e1b..98d4df9f 100644 --- a/include/courtroom.h +++ b/include/courtroom.h @@ -581,7 +581,6 @@ private: QString current_background = "default"; QString current_side = ""; - int temp_side_index = -1; QBrush free_brush; QBrush lfp_brush; @@ -835,6 +834,7 @@ private slots: void on_emote_dropdown_changed(int p_index); void on_pos_dropdown_changed(int p_index); + void on_pos_dropdown_changed(QString p_text); void on_pos_remove_clicked(); void on_iniswap_dropdown_changed(int p_index); -- cgit