git-svn-id: svn://192.168.0.12/source@199 8346c931-da38-4b9b-9d4c-e48b93cbd075
This commit is contained in:
@@ -52,7 +52,7 @@ void SRunnable::RunNaverNews()
|
||||
while (socket.waitForReadyRead())
|
||||
{
|
||||
byArray += socket.readAll();
|
||||
}
|
||||
}
|
||||
|
||||
QJsonDocument d;
|
||||
{
|
||||
@@ -158,7 +158,7 @@ void SRunnable::RunDaumCafe()
|
||||
if (i == 4) continue;
|
||||
}
|
||||
strOut += byData;
|
||||
}
|
||||
}
|
||||
strOut=strOut.replace("\\t","\t").replace("\\r\\n","\r\n").replace("\\\"","\"").replace("\\'","'");
|
||||
int nMode = -1;
|
||||
bool bDate = false;
|
||||
|
||||
Reference in New Issue
Block a user