diff -r 94fc661a54a2 -r 703452a2876f Cooperation/ChatWidget.py --- a/Cooperation/ChatWidget.py Sat Sep 28 17:40:42 2013 +0200 +++ b/Cooperation/ChatWidget.py Sat Sep 28 19:06:25 2013 +0200 @@ -370,6 +370,8 @@ def getClient(self): """ Public method to get a reference to the cooperation client. + + @return reference to the cooperation client (CooperationClient) """ return self.__client