Align cache updated signal with method wording
This commit is contained in:
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();
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user