MCPcopy Create free account
hub / github.com/Faster3ck/Converseen / UpdateChecker

Method UpdateChecker

src/updatechecker.cpp:31–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29
30
31UpdateChecker::UpdateChecker(QObject *parent) :
32 QObject(parent)
33{
34 m_update_available = false;
35
36 mNetworkManager = new QNetworkAccessManager(this);
37 QObject::connect(mNetworkManager, SIGNAL(finished(QNetworkReply*)), this, SLOT(onNetworkReply(QNetworkReply*)));
38}
39
40void UpdateChecker::checkForUpdates()
41{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected