Salome HOME
New item (FontItem), allowing to show information about font setting and to select...
[modules/gui.git] / src / SUIT / SUIT_SelectionFilter.cxx
1 #include "SUIT_SelectionFilter.h"
2
3 /*! constructor. do nothing*/
4 SUIT_SelectionFilter::SUIT_SelectionFilter()
5 {
6 }
7 /*! destructor. do nothing*/
8 SUIT_SelectionFilter::~SUIT_SelectionFilter()
9 {
10 }