git-svn-id: svn://192.168.0.12/source@13 8346c931-da38-4b9b-9d4c-e48b93cbd075

This commit is contained in:
admin
2015-01-29 07:02:57 +00:00
parent aaa05e5ecf
commit 7c6bc7df86

View File

@@ -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());
}