aboutsummaryrefslogtreecommitdiff
path: root/include/courtroom.h
diff options
context:
space:
mode:
authorCrystalwarrior <varsash@gmail.com>2021-02-19 11:20:38 +0300
committerCrystalwarrior <varsash@gmail.com>2021-02-19 11:20:38 +0300
commitaa790dbc4b22badabbbc30bd1fb70668d0682ece (patch)
treec06cf45efc94d012c4c59e1349d6565cbae69ef5 /include/courtroom.h
parentec6d657f311bb9c46e7df3116bdc8210180a4225 (diff)
Overhaul pos dropdown and pos remove system to work well with custom pos, char pos etc.
Remove accidental duplicate code Fix some genius using & instead of && (SMH) Block pos_dropdown signals better
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 98d4df9f..bba38b61 100644
--- a/include/courtroom.h
+++ b/include/courtroom.h
@@ -165,7 +165,7 @@ public:
void set_background(QString p_background, bool display = false);
// sets the local character pos/side to use.
- void set_side(QString p_side, bool block_signals=true);
+ void set_side(QString p_side);
// sets the pos dropdown
void set_pos_dropdown(QStringList pos_dropdowns);