나는 킬러

git-svn-id: svn://192.168.0.12/source@2 8346c931-da38-4b9b-9d4c-e48b93cbd075
This commit is contained in:
admin
2015-01-14 03:23:38 +00:00
parent ec1c8ec329
commit e32b8f8f64
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE QtCreatorProject>
<!-- Written by QtCreator 3.3.0, 2015-01-14T12:08:29. -->
<!-- Written by QtCreator 3.3.0, 2015-01-14T12:19:48. -->
<qtcreator>
<data>
<variable>EnvironmentId</variable>

View File

@@ -12,7 +12,7 @@ SCrawler::SCrawler():QObject()
m_page = new QWebPage;
connect(m_page, SIGNAL(loadFinished(bool)), this, SLOT(saveResult(bool)));
}
// i kill you
SCrawler::~SCrawler()
{
}