summaryrefslogtreecommitdiffstats
path: root/src/server/mainwindow/mainwindow.h
diff options
context:
space:
mode:
authorChristian Klinger2016-05-19 16:38:34 +0200
committerChristian Klinger2016-05-19 16:38:34 +0200
commit2d6c50f2a764a3e5f171ef5e55423e6afbdf5c93 (patch)
tree93b4d679b653f1bf4b1e7c2b9e78c63780ffd275 /src/server/mainwindow/mainwindow.h
parentMerge branch 'bugfix/segfault-clientsize' (diff)
downloadpvs2-2d6c50f2a764a3e5f171ef5e55423e6afbdf5c93.tar.gz
pvs2-2d6c50f2a764a3e5f171ef5e55423e6afbdf5c93.tar.xz
pvs2-2d6c50f2a764a3e5f171ef5e55423e6afbdf5c93.zip
This fixes #2813.
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 e893cf4..7d3910d 100644
--- a/src/server/mainwindow/mainwindow.h
+++ b/src/server/mainwindow/mainwindow.h
@@ -97,6 +97,8 @@ private:
void lockContextButtons();
void unlockContextButtons();
+ void switchRoomTo(QString);
+
protected slots:
void onTutorListDownloaded(QByteArray& tutorList);
void onSessionNameClick();