Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
890
QDateTime Updater::lastUpdateCheck() const
891
{
892
if (!autoChecker_)
893
return {};
894
return autoChecker_->lastCheckDate();
895
}
896
897
void Updater::setAutoUpdate(int intervalDays, const QDateTime &lastCheck)
898
{
Callers
1
~Manager
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected