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

This commit is contained in:
admin
2016-12-26 10:26:49 +00:00
parent bcecd771c6
commit ea4a3c8f11
4 changed files with 45 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE QtCreatorProject>
<!-- Written by QtCreator 3.3.0, 2016-10-25T11:19:44. -->
<!-- Written by QtCreator 3.3.0, 2016-12-23T19:09:12. -->
<qtcreator>
<data>
<variable>EnvironmentId</variable>

View File

@@ -778,7 +778,7 @@ void SCrawler::getIpListFromGatherProxy()
if (webPageNavi.isNull())
{
m_bDone = true;
QTimer::singleShot(1000, this, SLOT(saveResultManual()));\
QTimer::singleShot(1000, this, SLOT(saveResultManual()));
//cout << "no webpageNavi";
return;
}