From bfcf1842abe1459028f54756450de99a596bb64e Mon Sep 17 00:00:00 2001 From: Björn Hagemeister Date: Tue, 3 Jun 2014 14:30:50 +0200 Subject: Put searching for client with specific id into method, getClientFromId(int id). --- src/server/mainwindow/mainwindow.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/server/mainwindow/mainwindow.h') diff --git a/src/server/mainwindow/mainwindow.h b/src/server/mainwindow/mainwindow.h index a15c12f..1c15e32 100644 --- a/src/server/mainwindow/mainwindow.h +++ b/src/server/mainwindow/mainwindow.h @@ -86,6 +86,8 @@ private: void resizeEvent(QResizeEvent *e); void mouseReleaseEvent(QMouseEvent* e); + Client* getClientFromId(int id); + protected slots: void onTutorListDownloaded(QByteArray& tutorList); void onSessionNameClick(); -- cgit v1.2.3-55-g7522