Ref T164, show (by LED) when consolidating data

* added LED in info bar
* signal in background updater and
* connecting them
This commit is contained in:
Klaus Basan
2017-09-26 20:15:28 +02:00
parent 3cf97b3f37
commit 40bc75a98c
7 changed files with 64 additions and 9 deletions

View File

@@ -45,6 +45,7 @@ namespace BlackCore
if (!this->doWorkCheck()) { return; }
m_inWork = true;
emit this->consolidating(true);
const int cycle = m_cycle;
switch (cycle)
{
@@ -72,6 +73,7 @@ namespace BlackCore
}
++m_cycle %= 5;
m_inWork = false;
emit this->consolidating(false);
}
void CBackgroundDataUpdater::triggerInfoReads()