summaryrefslogtreecommitdiffstats
path: root/src/server/connectionframe/connectionframe.h
diff options
context:
space:
mode:
authorBjörn Hagemeister2014-04-28 19:35:59 +0200
committerBjörn Hagemeister2014-04-28 19:35:59 +0200
commita2fd531c81ba0e895dff319b0597e45b4206273f (patch)
tree533ea0063eab4d4060f06b732c66e3c21f05ada9 /src/server/connectionframe/connectionframe.h
parentrecognize a dragmove only if the distance is larger than 40 px (diff)
downloadpvs2-a2fd531c81ba0e895dff319b0597e45b4206273f.tar.gz
pvs2-a2fd531c81ba0e895dff319b0597e45b4206273f.tar.xz
pvs2-a2fd531c81ba0e895dff319b0597e45b4206273f.zip
Adding comments for each method in the .cpp files and class definition in the .h files.
Diffstat (limited to 'src/server/connectionframe/connectionframe.h')
-rw-r--r--src/server/connectionframe/connectionframe.h4
1 files changed, 4 insertions, 0 deletions
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 <QtGui>
#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
{