summaryrefslogtreecommitdiffstats
path: root/src/server/mainwindow/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/mainwindow/mainwindow.h')
-rw-r--r--src/server/mainwindow/mainwindow.h3
1 files changed, 2 insertions, 1 deletions
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);