Automatically start background updater

Ref T28
This commit is contained in:
Klaus Basan
2017-07-03 14:08:31 +02:00
committed by Mathew Sutcliffe
parent c790e344ac
commit e2c43a688b
4 changed files with 11 additions and 4 deletions

View File

@@ -150,7 +150,10 @@ void CSwiftData::initMenu()
void CSwiftData::performGracefulShutdown()
{
// void
if (this->m_updater)
{
this->m_updater->gracefulShutdown();
}
}
void CSwiftData::consolidationSettingChanged()