crawlerList

네이버뉴스 댓글숫자크롤링

git-svn-id: svn://192.168.0.12/source@332 8346c931-da38-4b9b-9d4c-e48b93cbd075
This commit is contained in:
admin
2016-12-27 09:18:04 +00:00
parent ea4a3c8f11
commit d700405547
3 changed files with 15 additions and 284 deletions

View File

@@ -3,7 +3,7 @@
#include <QDebug>
namespace{
const int TIMER_SECOND = 10000; // 1 second
const int TIMER_SECOND = 15000; // 10 second
const int HALF_SECOND = 500; // 0.5 second
}