버그 수정

git-svn-id: svn://192.168.0.12/source@138 8346c931-da38-4b9b-9d4c-e48b93cbd075
This commit is contained in:
admin
2015-06-03 05:31:35 +00:00
parent ee1222c823
commit 6d2a506255

View File

@@ -154,7 +154,7 @@ void SCrawler::saveResult(bool ok)
{ {
if (!ok) if (!ok)
{ {
cout << "Failed loading";// << qPrintable(m_page->mainFrame()->url().toString());// << std::endl; cout << "Failed loading";
deleteProxy(); deleteProxy();
emit finished(); emit finished();
return; return;