From: enk Date: Fri, 8 Jul 2005 05:40:53 +0000 (+0000) Subject: Update comments X-Git-Tag: V3_0_1~82 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=54c3d8de28c284ea8f36de21d6757c37680a3531;p=modules%2Fgui.git Update comments --- diff --git a/src/SUIT/SUIT_Tools.h b/src/SUIT/SUIT_Tools.h index cdd4287ce..c568d4165 100755 --- a/src/SUIT/SUIT_Tools.h +++ b/src/SUIT/SUIT_Tools.h @@ -15,7 +15,7 @@ class SUIT_EXPORT SUIT_Tools : public Qtx { public: - static void trace( const char* pLog, const char* szFormat, ... ); + static void trace( const char* pLog, const char* szFormat, ... );//!< Traces output to log-file. static QRect makeRect( const int x1, const int y1, const int x2, const int y2 ); static QString fontToString( const QFont& font );