Salome HOME
Update comments
[modules/gui.git] / src / SUIT / SUIT_ToolButton.h
index 5a0e784305f4563ba7444c7d895ddc732fd90bd8..32931631661a74950d1fb4528f4a96179446a9fa 100755 (executable)
@@ -24,13 +24,10 @@ public:
                     bool changeItemAfterClick = true );
   //@}
 
-  /*!drawButton is redefined to draw DownArrow*/
   void drawButton( QPainter * pQPainter);
 
-  /*! Add action into popup*/
   void AddAction(QAction* theAction);
 
-  /*! Sets myPopup item with theIndex as current*/
   void SetItem(int theIndex);
 
 public slots: