Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Network
libktorrent
Commits
fb083f5b
Commit
fb083f5b
authored
Jul 20, 2021
by
Yaroslav Kurlaev
Browse files
Fix "signal not found" warning in UPnP plugin
parent
ed0e0456
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/upnp/upnpmcastsocket.cpp
View file @
fb083f5b
...
...
@@ -66,7 +66,7 @@ UPnPMCastSocket::UPnPMCastSocket(bool verbose)
:
d
(
new
UPnPMCastSocketPrivate
(
verbose
))
{
QObject
::
connect
(
this
,
&
UPnPMCastSocket
::
readyRead
,
this
,
&
UPnPMCastSocket
::
onReadyRead
);
QObject
::
connect
(
this
,
&
UPnPMCastSocket
::
error
,
this
,
&
UPnPMCastSocket
::
error
);
QObject
::
connect
(
this
,
&
UPnPMCastSocket
::
error
Occurred
,
this
,
&
UPnPMCastSocket
::
error
);
for
(
Uint32
i
=
0
;
i
<
10
;
i
++
)
{
if
(
!
bind
(
1900
+
i
,
QUdpSocket
::
ShareAddress
))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment