mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 23:25:53 +08:00
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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user