mirror of https://github.com/nymea/nymea.git
Align cache updated signal with method wording
parent
08d4599f01
commit
289998af32
|
|
@ -603,7 +603,7 @@ void NetworkDeviceDiscoveryImpl::finishDiscovery()
|
|||
m_running = false;
|
||||
emit runningChanged(m_running);
|
||||
|
||||
emit networkDeviceInfoCacheUpdated();
|
||||
emit cacheUpdated();
|
||||
|
||||
m_lastDiscovery = QDateTime::currentDateTime();
|
||||
|
||||
|
|
|
|||
|
|
@ -71,7 +71,7 @@ public:
|
|||
|
||||
signals:
|
||||
void runningChanged(bool running);
|
||||
void networkDeviceInfoCacheUpdated();
|
||||
void cacheUpdated();
|
||||
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue