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, 3 insertions, 0 deletions
diff --git a/src/server/mainwindow/mainwindow.h b/src/server/mainwindow/mainwindow.h
index b3b6f13..3de0e1c 100644
--- a/src/server/mainwindow/mainwindow.h
+++ b/src/server/mainwindow/mainwindow.h
@@ -42,6 +42,7 @@ private:
int _tilesX;
int _tilesY;
QImage* _backgroundImage = NULL;
+ QLabel* _examModeLabel = NULL;
/* virtual columns to preserve the aspect ratio of the loaded room */
@@ -130,5 +131,7 @@ protected slots:
void onClientAuthenticated(Client* client);
void onVncServerStateChange(Client* client);
void onVncClientStateChange(Client* client);
+
+ void updateExamMode();
};
#endif