summaryrefslogtreecommitdiffstats
path: root/src/server/mainwindow/mainwindow.h
diff options
context:
space:
mode:
authorSimon Rettberg2018-08-01 14:38:42 +0200
committerSimon Rettberg2018-08-01 14:38:42 +0200
commitfa4c4e6f8a71f9f18352623b80dda868395a5b83 (patch)
treef5daba7c06551f7998dd4d7eefd8052d077f2389 /src/server/mainwindow/mainwindow.h
parent[SERVER] Fix locking when locked unicast is current mode (diff)
downloadpvs2-fa4c4e6f8a71f9f18352623b80dda868395a5b83.tar.gz
pvs2-fa4c4e6f8a71f9f18352623b80dda868395a5b83.tar.xz
pvs2-fa4c4e6f8a71f9f18352623b80dda868395a5b83.zip
[server] Deduplicate code for student -> tutor streaming
Diffstat (limited to 'src/server/mainwindow/mainwindow.h')
-rw-r--r--src/server/mainwindow/mainwindow.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/server/mainwindow/mainwindow.h b/src/server/mainwindow/mainwindow.h
index 43804a7..59d50fc 100644
--- a/src/server/mainwindow/mainwindow.h
+++ b/src/server/mainwindow/mainwindow.h
@@ -101,6 +101,8 @@ private:
void reloadCurrentRoom();
+ void vncOneOnOne(bool exclusive);
+
protected slots:
void disableButtons();
void enableButtons();