aboutsummaryrefslogtreecommitdiff
path: root/courtroom.h
diff options
context:
space:
mode:
authorCerapter <cerap@protonmail.com>2018-08-14 17:06:23 +0200
committerCerapter <cerap@protonmail.com>2018-08-14 17:06:23 +0200
commit0f8cb919e289d433d8a7e84b16b934c2b04c7dd2 (patch)
treebb97eba956993a11cfeca3815bfa484186905cc9 /courtroom.h
parentf81a9adc99cb03c63fc05689697dfac7f287dc07 (diff)
Fixed a bug where the music being played would depend on the row selected.
Diffstat (limited to 'courtroom.h')
-rw-r--r--courtroom.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/courtroom.h b/courtroom.h
index 1cc2ed4a..8a93543d 100644
--- a/courtroom.h
+++ b/courtroom.h
@@ -191,6 +191,8 @@ private:
QSignalMapper *char_button_mapper;
+ QVector<int> music_row_to_number;
+
//triggers ping_server() every 60 seconds
QTimer *keepalive_timer;