카테고리 업데이트 된 필터

git-svn-id: svn://192.168.0.12/source@273 8346c931-da38-4b9b-9d4c-e48b93cbd075
This commit is contained in:
admin
2016-06-03 09:50:48 +00:00
parent 5b80fb309f
commit 994b1bec76

View File

@@ -359,6 +359,10 @@ void Widget::CompanyItemChanged(QListWidgetItem* _current,QListWidgetItem*)
strService = "[Powercafe]";
break;
}
default:
{
continue;
}
}
QListWidgetItem *pItem = new QListWidgetItem(strService + ":" + name ,&m_plw[E_LIST_CATALOG]);