MCPcopy Create free account
hub / github.com/OneMoreGres/ScreenTranslator / lastUpdateCheck

Method lastUpdateCheck

src/service/updates.cpp:890–895  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

888}
889
890QDateTime Updater::lastUpdateCheck() const
891{
892 if (!autoChecker_)
893 return {};
894 return autoChecker_->lastCheckDate();
895}
896
897void Updater::setAutoUpdate(int intervalDays, const QDateTime &lastCheck)
898{

Callers 1

~ManagerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected