From a2fd531c81ba0e895dff319b0597e45b4206273f Mon Sep 17 00:00:00 2001 From: Björn Hagemeister Date: Mon, 28 Apr 2014 19:35:59 +0200 Subject: Adding comments for each method in the .cpp files and class definition in the .h files. --- src/server/connectionframe/connectionframe.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/server/connectionframe/connectionframe.h') diff --git a/src/server/connectionframe/connectionframe.h b/src/server/connectionframe/connectionframe.h index 367810c..764c212 100644 --- a/src/server/connectionframe/connectionframe.h +++ b/src/server/connectionframe/connectionframe.h @@ -3,6 +3,10 @@ #include #include "../net/client.h" +/** + * Class for representing the clients of current session, with a specific frame + * displaying username and hostname for each one. + */ class ConnectionFrame : public QGroupBox { -- cgit v1.2.3-55-g7522