Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
device-discover
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
afi
soft
libs
device-discover
Commits
4eb51ab4
Commit
4eb51ab4
authored
3 years ago
by
Ivan Filippov
Committed by
Data Acquisition
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
+DeviceDispatcher::unsubscribeHostAddressUpdates
parent
67e80035
No related branches found
Branches containing commit
Tags
1.5.1
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
mldiscover/DeviceDispatcher.h
+4
-0
4 additions, 0 deletions
mldiscover/DeviceDispatcher.h
with
4 additions
and
0 deletions
mldiscover/DeviceDispatcher.h
+
4
−
0
View file @
4eb51ab4
...
...
@@ -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
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment