Sha256: fcf87f5ca4e9da9947d672beaeb742b4e349d883d937f8fe9f49a7b2e8ba634f
Contents?: true
Size: 305 Bytes
Versions: 2
Compression:
Stored size: 305 Bytes
Contents
#include <QWebPage> #include <QWebFrame> #include "sunscraperproxy.h" SunscraperProxy::SunscraperProxy(QWebPage *parent, unsigned queryId) : QObject(parent), m_webPage(parent), m_queryId(queryId) { } void SunscraperProxy::finish() { emit finished(m_queryId, m_webPage->mainFrame()->toHtml()); }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
sunscraper-1.1.0.beta2 | ext/standalone/sunscraperproxy.cpp |
sunscraper-1.1.0.beta1 | ext/standalone/sunscraperproxy.cpp |