Align cache updated signal with method wording

pull/529/head
Simon Stürz 2022-06-02 14:09:23 +02:00
parent 08d4599f01
commit 289998af32
2 changed files with 2 additions and 2 deletions

View File

@ -603,7 +603,7 @@ void NetworkDeviceDiscoveryImpl::finishDiscovery()
m_running = false;
emit runningChanged(m_running);
emit networkDeviceInfoCacheUpdated();
emit cacheUpdated();
m_lastDiscovery = QDateTime::currentDateTime();

View File

@ -71,7 +71,7 @@ public:
signals:
void runningChanged(bool running);
void networkDeviceInfoCacheUpdated();
void cacheUpdated();
};