Salome HOME
Remove extra files
[modules/shaper.git] / src / XGUI / XGUI_SalomeConnector.h
index 89b35ed4af10c684dd6098d7849de905cf7dca69..01625afc51f9e8461c33defbfa64ea97ebb10698 100644 (file)
@@ -38,8 +38,11 @@ class XGUI_EXPORT XGUI_SalomeConnector
   //! \param isAddSeparator boolean flag about adding separator after the action
   //! returns created action
   virtual QAction* addFeature(const QString& theWBName, const QString& theId,
-                              const QString& theTitle, const QString& theTip, const QIcon& theIcon,
-                              const QKeySequence& theKeys, bool isCheckable, const bool isAddSeparator) = 0;
+                              const QString& theTitle, const QString& theTip, 
+                              const QIcon& theIcon,
+                              const QKeySequence& theKeys, bool isCheckable, 
+                              const bool isAddSeparator,
+                              const QString& theStatusTip) = 0;
 
   //! Creates a feature (command) in SALOME desktop
   //! \param theWBName - name of toolbar (workbench)