summaryrefslogtreecommitdiffstats
path: root/src/shared
diff options
context:
space:
mode:
authorChristian Klinger2016-09-27 15:38:39 +0200
committerChristian Klinger2016-09-27 15:38:39 +0200
commit1f6493e319016f8c375b62f2109ee57f5cea828d (patch)
treeac1635d23eaaf7090f6cc21767536ddcc9c76dae /src/shared
parentclients in exam-mode no longer send a screenshot. Also some refactoring. (diff)
downloadpvs2-1f6493e319016f8c375b62f2109ee57f5cea828d.tar.gz
pvs2-1f6493e319016f8c375b62f2109ee57f5cea828d.tar.xz
pvs2-1f6493e319016f8c375b62f2109ee57f5cea828d.zip
Implemented 'majority vote' to determine the toolbar options.
clients in exam-mode are also displayed differently.
Diffstat (limited to 'src/shared')
-rw-r--r--src/shared/networkmessage.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/networkmessage.h b/src/shared/networkmessage.h
index 2e8c1c5..ddc810a 100644
--- a/src/shared/networkmessage.h
+++ b/src/shared/networkmessage.h
@@ -38,6 +38,7 @@ MSGTYPE(CHALLENGE);
MSGTYPE(ENABLE);
MSGTYPE(ERROR);
MSGTYPE(TUTOR);
+MSGTYPE(EXAMMODE);
static const QByteArray __TRUE("1");