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

Method updateAvailable

src/mainwindowimpl.cpp:1387–1393  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1385}
1386
1387void MainWindowImpl::updateAvailable(const bool &isAvailable)
1388{
1389 // Signal received when updates are checked
1390 if (isAvailable && IniSettings::isAutoChechUpdates()) {
1391 showUpdateDialog();
1392 }
1393}
1394
1395void MainWindowImpl::showUpdateDialog()
1396{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected