sns 처리 수정
filter 처리 수정 git-svn-id: svn://192.168.0.12/source@315 8346c931-da38-4b9b-9d4c-e48b93cbd075
This commit is contained in:
@@ -407,7 +407,7 @@ void SFilterObject::SearchKeyword()
|
||||
strKey = strKey.replace("\t"," ");
|
||||
|
||||
QString strTemp;
|
||||
foreach(QString str, strKey.split(" "))
|
||||
foreach(QString str, strKey.split(" ", QString::SkipEmptyParts))
|
||||
{
|
||||
if (str.trimmed().isEmpty() == false)
|
||||
strTemp += str.trimmed() + " ";
|
||||
|
||||
Reference in New Issue
Block a user