X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSUIT%2FSUIT_Tools.h;h=ec7c4c8985f344ff7ee71df748b74977300582e0;hb=3b3dce973acb7299499dd3527ded627940516ab3;hp=cdd4287ce8530376609059dd96dc1c321d20a7bf;hpb=05593f6e0be07fb583683a8141e8f822e94f1595;p=modules%2Fgui.git diff --git a/src/SUIT/SUIT_Tools.h b/src/SUIT/SUIT_Tools.h index cdd4287ce..ec7c4c898 100755 --- a/src/SUIT/SUIT_Tools.h +++ b/src/SUIT/SUIT_Tools.h @@ -10,12 +10,12 @@ #include #include /*! \class Qtx - * \brief For more documentation see QT documentation. + * For more information see QT documentation. */ 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 );