/****************************************************************************** Copyright(C):2015~2018 hzleaper FileName:sysSpider.h Author:zhikun wu Email:zk.wu@hzleaper.com Tools:vs2010 pc on company Created:2015/04/23 History:23:4:2015 17:02 *******************************************************************************/ #ifndef __SYS_SPIDER_H #define __SYS_SPIDER_H //#include //#include #if !defined(WIN32_LEAN_AND_MEAN) && (_WIN32_WINNT >= 0x0400) && !defined(USING_WIN_PSDK) #include #else #include #endif #define ZReply class QNetworkReply #define ZImage class QImage #endif