From 110265bc31b634faa73242f8d14ec7aaf95b8b15 Mon Sep 17 00:00:00 2001 From: Manuel Schneider Date: Wed, 23 Jul 2014 17:45:35 +0200 Subject: Read the configfile and place the frames according to the coordinates given in /etc/xdg/openslx/pvs2mgr.ini. --- src/server/mainwindow/mainwindow.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/server/mainwindow/mainwindow.h') diff --git a/src/server/mainwindow/mainwindow.h b/src/server/mainwindow/mainwindow.h index 5de19c1..acecc28 100644 --- a/src/server/mainwindow/mainwindow.h +++ b/src/server/mainwindow/mainwindow.h @@ -80,16 +80,17 @@ private: void savePosition(ConnectionFrame *cf); void startVncServerIfNecessary(int from); void tellClientCurrentSituation(Client* client); + void tryToUseRoomTemplate(); void reset(); + Client* getClientFromId(int id); + ConnectionFrame* getTutorFrame(); + ConnectionFrame* getSelectedFrame(); void closeEvent(QCloseEvent *e); void changeEvent(QEvent *e); void resizeEvent(QResizeEvent *e); void mouseReleaseEvent(QMouseEvent* e); - Client* getClientFromId(int id); - ConnectionFrame* getTutorFrame(); - ConnectionFrame* getSelectedFrame(); protected slots: void onTutorListDownloaded(QByteArray& tutorList); -- cgit v1.2.3-55-g7522