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

Method checkForUpdates

src/mainwindowimpl.cpp:1365–1369  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1363}
1364
1365void MainWindowImpl::checkForUpdates()
1366{
1367 // Checks for updates at program startup
1368 updateChecker->checkForUpdates();
1369}
1370
1371void MainWindowImpl::manualCheckForUpdate()
1372{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected