aboutsummaryrefslogtreecommitdiff
path: root/include/courtroom.h
diff options
context:
space:
mode:
authorCrystalwarrior <varsash@gmail.com>2021-02-17 15:47:54 +0300
committerCrystalwarrior <varsash@gmail.com>2021-02-17 15:47:54 +0300
commit7246965e00e1ffb5b91517aa6d58e17a664d6454 (patch)
tree79acfe0d03d55884d2de698e4ff192e00c1b108b /include/courtroom.h
parentf881df241533dafc214f72983d9c6e1c59837891 (diff)
Adopt better method for setting custom pos using the pos dropdown
Make it actually work properly
Diffstat (limited to 'include/courtroom.h')
-rw-r--r--include/courtroom.h2
1 files changed, 1 insertions, 1 deletions
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);