필터 업데이트

전체카테고리 없앰

git-svn-id: svn://192.168.0.12/source@281 8346c931-da38-4b9b-9d4c-e48b93cbd075
This commit is contained in:
admin
2016-07-19 09:24:52 +00:00
parent 9d04a7e128
commit b59813c4cd

View File

@@ -342,22 +342,28 @@ void Widget::CompanyItemChanged(QListWidgetItem* _current,QListWidgetItem*)
}
case E_SERVICE_CONSUMER:
{
/*
if (0 == nServiceCnt[E_SERVICE_CONSUMER]++)
continue;
*/
strService = "[Consumer]";
break;
}
case E_SERVICE_SPAMMER:
{
/*
if (0 == nServiceCnt[E_SERVICE_SPAMMER]++)
continue;
*/
strService = "[Spammer]";
break;
}
case E_SERVICE_POWERCAFE:
{
/*
if (0 == nServiceCnt[E_SERVICE_POWERCAFE]++)
continue;
*/
strService = "[Powercafe]";
break;
}