Salome HOME
studyActivated() virtual method has been added
[modules/gui.git] / src / SalomeApp / SalomeApp_Tools.h
index 679fef748eb2184292451d5ae74fab340ee9cdf8..6a7b8e0e61519a1164053d129d9cc9f3e777aeaa 100644 (file)
 class SALOMEAPP_EXPORT SalomeApp_Tools : public SUIT_Tools
 {
 public:
-  Quantity_Color  color( const QColor& );
-  QColor          color( const Quantity_Color& );
+  static Quantity_Color  color( const QColor& );
+  static QColor          color( const Quantity_Color& );
 
-  static QString  ExceptionToString( const SALOME::SALOME_Exception& );
-  static void     QtCatchCorbaException( const SALOME::SALOME_Exception& );
+  static QString         ExceptionToString( const SALOME::SALOME_Exception& );
+  static void            QtCatchCorbaException( const SALOME::SALOME_Exception& );
 };
 
 #endif