diff options
| author | Crystalwarrior <varsash@gmail.com> | 2019-10-05 20:32:41 +0300 |
|---|---|---|
| committer | Crystalwarrior <varsash@gmail.com> | 2019-10-05 20:32:41 +0300 |
| commit | 2956a183b4203d9362d62d05ed251c6f934ef090 (patch) | |
| tree | 3909d31aca9d532912dd8cdedee5349a20cd6450 /include/courtroom.h | |
| parent | bc8158cc96dd36a18ba18b0271331463cd81c497 (diff) | |
| parent | 9f543f9ef7109340142134124e8bda6c9f750a18 (diff) | |
Merge branch 'bass-hell'
Diffstat (limited to 'include/courtroom.h')
| -rw-r--r-- | include/courtroom.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/courtroom.h b/include/courtroom.h index e800415..4b6ccc3 100644 --- a/include/courtroom.h +++ b/include/courtroom.h @@ -396,6 +396,9 @@ private: QString effect = ""; + //Music effect flags we want to send to server when we play music + int music_flags = 0; + int defense_bar_state = 0; int prosecution_bar_state = 0; @@ -643,6 +646,9 @@ private slots: void on_music_search_edited(QString p_text); void on_music_list_double_clicked(QTreeWidgetItem *p_item, int column); void on_music_list_context_menu_requested(const QPoint &pos); + void music_fade_out(bool toggle); + void music_fade_in(bool toggle); + void music_synchronize(bool toggle); void music_list_expand_all(); void music_list_collapse_all(); void on_area_list_double_clicked(QModelIndex p_model); |
