Salome HOME
Harmonisation of GUI.
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_ColorWidget.h
index 800486a60484b38f1029e220be8dea640ba59d97..d969ab25d1f959961128d164278f2249bf25e66c 100644 (file)
@@ -44,6 +44,8 @@ public:
   QColor color() const;
   /** Sets color value */
   void   setColor( const QColor& );
+  /** Resets the default color value */
+  void   resetColor();
   /** \return color value in the integer form */
   //int    intColor() const;
   /** Sets color value in the integer form */
@@ -52,7 +54,7 @@ public:
   //void   setRandColor();
 
 signals:
-  /** is emitted when signal is changed */
+  /** is emitted when color is changed */
   void colorChanged( const QColor& );
 
 protected: