Salome HOME
lot 10 - warnings for DTM - untested
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_StreamDlg.cxx
index a07c5fe7e79b5e5a178bfead856e8a6a2bf7e62c..3a06ca02ff602e90f09c2eac493cea74ba439fe5 100644 (file)
@@ -262,6 +262,11 @@ void HYDROGUI_StreamDlg::setBackgroundColorForProfileList (int theInd, QColor th
   myProfiles->setBackgroundColor(theInd, theColor);
 }
 
+void HYDROGUI_StreamDlg::setBackgroundColorForProfileList (QString name, QColor theColor)
+{
+  myProfiles->setBackgroundColor(name, theColor);
+}
+
 QColor HYDROGUI_StreamDlg::getBackgroundColorForProfileList (int theInd) const
 {
   return myProfiles->getBackgroundColor(theInd);