From: sln Date: Mon, 24 Sep 2007 12:09:22 +0000 (+0000) Subject: Several definitions added X-Git-Tag: CTH_V1_3~15 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=03403d3e116c2365dd1a8a391d6ec34a7e0234ae;p=modules%2Fgui.git Several definitions added typedef QValueVector QIntVector; typedef QValueVector QDoubleVector; typedef QValueVector QStringVector; --- diff --git a/src/Qtx/Qtx.h b/src/Qtx/Qtx.h index 0d5cb3a40..3428c3d21 100755 --- a/src/Qtx/Qtx.h +++ b/src/Qtx/Qtx.h @@ -80,6 +80,7 @@ class QPopupMenu; class QWidgetList; template class QValueList; +template class QValueVector; #if QT_VER < 3 #define QPtrList QList @@ -90,6 +91,10 @@ typedef QValueList QIntList; typedef QValueList QShortList; typedef QValueList QDoubleList; +typedef QValueVector QIntVector; +typedef QValueVector QDoubleVector; +typedef QValueVector QStringVector; + /*! \class Qtx \brief Set of auxiliary static methods