Salome HOME
Porting on OCCT7.0.1: persistence
[modules/gui.git] / src / OCCViewer / OCCViewer.h
old mode 100755 (executable)
new mode 100644 (file)
index bafdba4..7a3139d
 #pragma warning ( disable: 4251 )
 #endif
 
+#include <Quantity_Color.hxx>
+
+#include <QColor>
+
+namespace OCCViewer
+{
+  OCCVIEWER_EXPORT Quantity_Color color( const QColor& );
+  OCCVIEWER_EXPORT QColor         color( const Quantity_Color& );
+};
+
 #endif //OCCVIEWER_H