From a63e8432881b58f0dcfb47a39efc3305335e5c15 Mon Sep 17 00:00:00 2001 From: Manuel Schneider Date: Wed, 23 Jul 2014 14:32:45 +0200 Subject: Clean up students broadcast --- src/server/mainwindow/mainwindow.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/server/mainwindow/mainwindow.cpp') diff --git a/src/server/mainwindow/mainwindow.cpp b/src/server/mainwindow/mainwindow.cpp index e021515..db161e6 100644 --- a/src/server/mainwindow/mainwindow.cpp +++ b/src/server/mainwindow/mainwindow.cpp @@ -92,7 +92,6 @@ MainWindow::MainWindow(QString ipListUrl, QWidget* parent) : // Close button in tool bar connect(ui->action_Exit, SIGNAL(triggered()), this, SLOT(onButtonExit())); - connect(ui->action_BroadcastScreen, SIGNAL(triggered()), this, SLOT(onButtonStudentToAll())); connect(ui->action_TutorToAll, SIGNAL(triggered()), this, SLOT(onButtonTutorToAll())); connect(ui->action_StudentToTutor, SIGNAL(triggered()), this, SLOT(onButtonStudentToTutor())); connect(ui->action_StudentToTutorExclusive, SIGNAL(triggered()), this, SLOT(onButtonStudentToTutorExclusive())); @@ -146,7 +145,6 @@ MainWindow::MainWindow(QString ipListUrl, QWidget* parent) : // Define the locking buttons _lockingButtons << ui->action_Lock - << ui->action_BroadcastScreen << ui->action_TutorToAll << ui->action_StudentToTutor << ui->action_TutorToStudent -- cgit v1.2.3-55-g7522