Sha256: 7438b1ef6fbab6b615f16f5fda2a4619e517ab6db1a9db73e1fee9d6c725ec27
Contents?: true
Size: 324 Bytes
Versions: 4
Compression:
Stored size: 324 Bytes
Contents
#include <QWebPage> #include <QWebFrame> #include <QtDebug> #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
4 entries across 3 versions & 1 rubygems