From 715e6d093fb840123d72fd2445e1aeb1633d0359 Mon Sep 17 00:00:00 2001 From: vsr Date: Tue, 8 May 2007 08:00:57 +0000 Subject: [PATCH] Porting to Qt4 --- src/Qtx/Qtx.cxx | 5 +++++ src/Qtx/Qtx.h | 5 ----- src/Qtx/QtxAction.cxx | 5 +++++ 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/src/Qtx/Qtx.cxx b/src/Qtx/Qtx.cxx index 9b0c2fb34..ddbc3b291 100755 --- a/src/Qtx/Qtx.cxx +++ b/src/Qtx/Qtx.cxx @@ -38,6 +38,11 @@ #include #include +/*! + \class Qtx + \brief Set of helpful utility functions. +*/ + /*! \brief Convert character array (ASCII string) to the QString. \param str character array diff --git a/src/Qtx/Qtx.h b/src/Qtx/Qtx.h index d00b6a6ff..7d629aea8 100755 --- a/src/Qtx/Qtx.h +++ b/src/Qtx/Qtx.h @@ -57,11 +57,6 @@ typedef QList QShortList; //!< list of short int values typedef QList QDoubleList; //!< list of double values typedef QList QColorList; //!< list of colors -/*! - \class Qtx - \brief Set of auxiliary static methods -*/ - class QTX_EXPORT Qtx { public: diff --git a/src/Qtx/QtxAction.cxx b/src/Qtx/QtxAction.cxx index ee45e1b1f..e716103c8 100755 --- a/src/Qtx/QtxAction.cxx +++ b/src/Qtx/QtxAction.cxx @@ -26,6 +26,11 @@ #include #include +/*! + \class QtxAction + \brief Generic action class. +*/ + /*! \brief Constructor. -- 2.39.2