Salome HOME
lot 10 - warnings for DTM - untested
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_StreamDlg.h
index 3d49be1befa6c561d42b612297ed7c5551285c06..adb087bf2ead55c13fd87481bc68d42bc83f45f1 100644 (file)
@@ -60,9 +60,10 @@ public:
   void                       addWarning( const QString& theWarnMess );
   void                       clearWarnings();
 
-  void setBackgroundColorForProfileList (int theInd, QColor theColor);
-  QColor getBackgroundColorForProfileList (int theInd) const;
-  void clearAllBackgroundColorsForProfileList ();
+  void                       setBackgroundColorForProfileList (int theInd, QColor theColor);
+  void                       setBackgroundColorForProfileList (QString name, QColor theColor);
+  QColor                     getBackgroundColorForProfileList (int theInd) const;
+  void                       clearAllBackgroundColorsForProfileList ();
 
 signals:
   void                       AddProfiles();