Skip to content
Snippets Groups Projects
Commit 4eb51ab4 authored by Ivan Filippov's avatar Ivan Filippov Committed by Data Acquisition
Browse files

+DeviceDispatcher::unsubscribeHostAddressUpdates

parent 67e80035
No related branches found
Tags 1.5.1
No related merge requests found
......@@ -59,12 +59,16 @@ public:
Qt::UniqueConnection);
connect(obj, &T::destroyed,
filter, &QObject::deleteLater);
connect(this, &DeviceDispatcher::unsubscribeHostAddressUpdates,
filter, &DeviceDispatcherFilter::destroy,
Qt::UniqueConnection);
tryConnect(index);
}
signals:
void setHostAddress(const DeviceIndex &, const QHostAddress &);
void deviceListChanged(const DeviceIndexEnabledMap &);
void unsubscribeHostAddressUpdates(const DeviceIndex &i, QObject *_parent = nullptr) const;
public slots:
void lldpCacheUpdated(const LldpInfoCache &new_cache);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment