Sha256: 5ebbd99000a372b32d321cbeeb440f5c3c89eb0a0bc61bc3f92ec81ec95ebedb

Contents?: true

Size: 210 Bytes

Versions: 4

Compression:

Stored size: 210 Bytes

Contents

#include "sunscraperproxy.h"

SunscraperProxy::SunscraperProxy(QObject *parent, unsigned queryId) :
    QObject(parent), m_queryId(queryId)
{
}

void SunscraperProxy::finish()
{
    emit finished(m_queryId);
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
sunscraper-1.2.0 ext/common/sunscraperproxy.cpp
sunscraper-1.2.0.pre2 ext/common/sunscraperproxy.cpp
sunscraper-1.2.0.pre1 ext/common/sunscraperproxy.cpp
sunscraper-1.2.0.beta1 ext/common/sunscraperproxy.cpp