Salome HOME
Copyright update 2020
[modules/gui.git] / src / OCCViewer / OCCViewer.h
old mode 100755 (executable)
new mode 100644 (file)
index bafdba4..173a7a1
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2016  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2007-2020  CEA/DEN, EDF R&D, OPEN CASCADE
 //
 // Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
 // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
 #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