Salome HOME
bos #18968 [CEA] Sometimes when clicking to add a face to a group two faces are added
[modules/gui.git] / src / OCCViewer / OCCViewer.h
index ff801bea71cb8119b8103f6ab0878bb363d4a068..173a7a1c8056c269f748bf7c697df1de10a923e6 100644 (file)
 #include <Quantity_Color.hxx>
 
 #include <QColor>
-#include <QRect>
 
 namespace OCCViewer
 {
   OCCVIEWER_EXPORT Quantity_Color color( const QColor& );
   OCCVIEWER_EXPORT QColor         color( const Quantity_Color& );
-  OCCVIEWER_EXPORT bool           overThreshold( const QRect& );
 };
 
 #endif //OCCVIEWER_H