summaryrefslogtreecommitdiffstats
path: root/src/server/mainwindow/mainwindow.h
diff options
context:
space:
mode:
authorSimon Rettberg2018-07-12 15:58:29 +0200
committerSimon Rettberg2018-07-12 15:58:29 +0200
commit07778419d9e522085fbaf8da8d13e63717f54d31 (patch)
treeb185ef5ddfccb829725fab8500bc50da4eb82cac /src/server/mainwindow/mainwindow.h
parent[client] top/bottom position detection (diff)
downloadpvs2-07778419d9e522085fbaf8da8d13e63717f54d31.tar.gz
pvs2-07778419d9e522085fbaf8da8d13e63717f54d31.tar.xz
pvs2-07778419d9e522085fbaf8da8d13e63717f54d31.zip
[server] Add button to lock/unlock single client
Diffstat (limited to 'src/server/mainwindow/mainwindow.h')
-rw-r--r--src/server/mainwindow/mainwindow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/mainwindow/mainwindow.h b/src/server/mainwindow/mainwindow.h
index a07e710..ba24bae 100644
--- a/src/server/mainwindow/mainwindow.h
+++ b/src/server/mainwindow/mainwindow.h
@@ -114,6 +114,7 @@ protected slots:
void onDeleteClient();
void onButtonLock(bool checked);
+ void onButtonLockSingle();
void onButtonStudentToTutor();
void onButtonStudentToTutorExclusive();
void onButtonTutorToAll();