Salome HOME
A new dialog class for edition of Ports of an InLine nodes is introduced. This funct...
[modules/superv.git] / src / SUPERVGUI / SUPERVGUI_Link.h
index cfa22dc52f05a84d796a60620dacc9d737841333..06d5ee227a94baac1434479bb9366b140dc218d9 100644 (file)
@@ -15,7 +15,8 @@ using namespace std;
 
 #include "SUPERVGUI_Def.h"
 #include "SUPERVGUI_Port.h"
-#include <qvaluevector.h>
+//_CS_PhB BUG QT erreur de compilation #include <qvaluevector.h>
+#include <vector.h>
 
 class SUPERVGUI_Graph;
 
@@ -118,7 +119,9 @@ private:
   SUPERV_Link myEngine;
 
   QPoint myPrevPoint; // used for sketching only
-  QValueVector<QPoint> myTmpPoints;
+  //_CS_PhB BUG QT erreur de compilation   QValueVector<QPoint> myTmpPoints;
+  vector<QPoint> myTmpPoints;
+
   SUPERVGUI_Port* myStartPort;
 
   QPen myTmpPen;