diff options
| author | Crystalwarrior <varsash@gmail.com> | 2021-02-19 11:20:38 +0300 |
|---|---|---|
| committer | Crystalwarrior <varsash@gmail.com> | 2021-02-19 11:20:38 +0300 |
| commit | aa790dbc4b22badabbbc30bd1fb70668d0682ece (patch) | |
| tree | c06cf45efc94d012c4c59e1349d6565cbae69ef5 /include/courtroom.h | |
| parent | ec6d657f311bb9c46e7df3116bdc8210180a4225 (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.h | 2 |
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); |
