From 54c3d8de28c284ea8f36de21d6757c37680a3531 Mon Sep 17 00:00:00 2001 From: enk Date: Fri, 8 Jul 2005 05:40:53 +0000 Subject: [PATCH] Update comments --- src/SUIT/SUIT_Tools.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); -- 2.39.2