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

This commit is contained in:
admin
2015-09-30 01:14:01 +00:00
parent e80fbc0456
commit c45bb0afdc

View File

@@ -52,7 +52,7 @@ void SRunnable::RunNaverNews()
while (socket.waitForReadyRead()) while (socket.waitForReadyRead())
{ {
byArray += socket.readAll(); byArray += socket.readAll();
} }
QJsonDocument d; QJsonDocument d;
{ {
@@ -158,7 +158,7 @@ void SRunnable::RunDaumCafe()
if (i == 4) continue; if (i == 4) continue;
} }
strOut += byData; strOut += byData;
} }
strOut=strOut.replace("\\t","\t").replace("\\r\\n","\r\n").replace("\\\"","\"").replace("\\'","'"); strOut=strOut.replace("\\t","\t").replace("\\r\\n","\r\n").replace("\\\"","\"").replace("\\'","'");
int nMode = -1; int nMode = -1;
bool bDate = false; bool bDate = false;