From c2fd3796a97ee8d87544ec26df7d6797acfebd80 Mon Sep 17 00:00:00 2001 From: Crystalwarrior Date: Wed, 11 Sep 2019 00:49:30 +0300 Subject: Add clear_music and clear_areas Comment out the index as it can be potentially confusing alongside "true" area numbers Add "FM" to Packet Received that would reload the areas and music list TODO: Test this with arup systems --- src/courtroom.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/courtroom.cpp') diff --git a/src/courtroom.cpp b/src/courtroom.cpp index a171416..c6a8749 100644 --- a/src/courtroom.cpp +++ b/src/courtroom.cpp @@ -1000,9 +1000,9 @@ void Courtroom::list_areas() for (int n_area = 0 ; n_area < area_list.size() ; ++n_area) { QString i_area = ""; - i_area.append("["); - i_area.append(QString::number(n_area)); - i_area.append("] "); +// i_area.append("["); +// i_area.append(QString::number(n_area)); +// i_area.append("] "); i_area.append(area_list.at(n_area)); -- cgit