From b8c0ce1032adface7eb20b4ecc8c1000eaaa9e65 Mon Sep 17 00:00:00 2001 From: Björn Hagemeister Date: Tue, 22 Apr 2014 16:56:37 +0200 Subject: New feature: Change or set tutor manually during session + URL of IP - List of possible tutors, can be set in command line by starting server. --- src/server/mainwindow/mainwindow.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/server/mainwindow/mainwindow.h') diff --git a/src/server/mainwindow/mainwindow.h b/src/server/mainwindow/mainwindow.h index 5d0bb18..2bba8c3 100644 --- a/src/server/mainwindow/mainwindow.h +++ b/src/server/mainwindow/mainwindow.h @@ -44,7 +44,7 @@ private: bool isValidClient(Client* client); public: - MainWindow(QWidget *parent = 0); + MainWindow(QString ipListUrl, QWidget *parent = 0); ~MainWindow(); protected: @@ -69,6 +69,7 @@ protected slots: void onButtonStopProjection(); void onButtonLock(bool checked); void onButtonExit(); + void onButtonSetAsTutor(); // connection frame void onPlaceFrame(ConnectionFrame* frame); void onFrameClicked(ConnectionFrame* frame); -- cgit v1.2.3-55-g7522