Sha256: 3de802936b7bcfb19147343141306a5787b5e145c8770646c98411baa53a2e54
Contents?: true
Size: 301 Bytes
Versions: 1
Compression:
Stored size: 301 Bytes
Contents
#include <QWebPage> #include <QWebFrame> #include "sunscraperproxy.h" SunscraperProxy::SunscraperProxy(QWebPage *parent, unsigned queryId) : QObject(parent), _webPage(parent), _queryId(queryId) { } void SunscraperProxy::finish() { emit finished(_queryId, _webPage->mainFrame()->toHtml()); }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sunscraper-1.0.0 | ext/sunscraperproxy.cpp |