Ejemplo n.º 1
0
void CtrlSortFilter::actFilterType( int i_type)
{
	if( *m_filtertype == i_type ) return;
	*m_filtertype = i_type;
	selLabel();
	emit filterTypeChanged();
}
void FilterableFacebookRelatedDataFilterInterface::setFilterType(FilterType filterType)
{
    if (m_filterType != filterType) {
        m_filterType = filterType;
        emit filterTypeChanged();
        refilter();
    }
}