MCPcopy Create free account
hub / github.com/Skycoder42/QtAutoUpdater / simulateInstall

Method simulateInstall

tests/auto/plugins/WebQueryTest/tst_webquery.cpp:144–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142}
143
144bool WebQueryTest::simulateInstall(const QVersionNumber &version)
145{
146 QCoreApplication::setApplicationVersion(version.toString());
147 return true;
148}
149
150bool WebQueryTest::prepareUpdate(const QVersionNumber &version)
151{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected