필터 소스코드 정리
This commit is contained in:
@@ -130,6 +130,9 @@ stConsumerCategoryStatistics& SCousumerStatistics::getCategory(QString _strCateg
|
||||
if (iter->categoryName == _strCategoryName)
|
||||
return *iter;
|
||||
}
|
||||
|
||||
static stConsumerCategoryStatistics empty;
|
||||
return empty;
|
||||
}
|
||||
|
||||
bool SCousumerStatistics::hasCategory(QString _strCategoryName)
|
||||
|
||||
Reference in New Issue
Block a user