git-svn-id: svn://192.168.0.12/source@13 8346c931-da38-4b9b-9d4c-e48b93cbd075
This commit is contained in:
@@ -104,6 +104,7 @@ void SNaverCafeManage::processFinished(SProcess *_pPro,QString _strOut)
|
||||
m_strListURL.clear();
|
||||
foreach(QString str,_strOut.split("\n"))
|
||||
{
|
||||
if (str.isEmpty()) continue;
|
||||
if (str.at(0) == QChar('o'))
|
||||
m_strListURL.push_back(str.right(str.length()-2).trimmed());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user