X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=client%2Fmainwindow.cpp;fp=client%2Fmainwindow.cpp;h=26f684ece2caf52a94e8f35abd5bba06b4040469;hb=22084c552fc5405860bcd4c7052736a48fb7a516;hp=d6d32008e73ba6f89f8ae8ea2dda007b18a278af;hpb=f84df994941d47376a72629b804432cf0637b1f1;p=ultimatescore diff --git a/client/mainwindow.cpp b/client/mainwindow.cpp index d6d3200..26f684e 100644 --- a/client/mainwindow.cpp +++ b/client/mainwindow.cpp @@ -135,6 +135,7 @@ MainWindow::MainWindow(QWidget *parent) : connect(ui->show_scorebug_btn, &QPushButton::clicked, this, &MainWindow::show_scorebug_clicked); connect(ui->show_group_a_btn, &QPushButton::clicked, this, [this]() { show_group_clicked("Group A"); }); connect(ui->show_group_b_btn, &QPushButton::clicked, this, [this]() { show_group_clicked("Group B"); }); + connect(ui->show_group_c_btn, &QPushButton::clicked, this, [this]() { show_group_clicked("Group C"); }); connect(ui->show_schedule_btn, &QPushButton::clicked, this, &MainWindow::show_schedule_clicked); connect(ui->show_carousel_btn, &QPushButton::clicked, this, &MainWindow::show_carousel_clicked); connect(ui->show_nothing_btn, &QPushButton::clicked, this, &MainWindow::show_nothing_clicked);