diff -r 671561c52802 -r e1dbd217214a Helpviewer/Network/FollowRedirectReply.py --- a/Helpviewer/Network/FollowRedirectReply.py Fri May 05 19:05:26 2017 +0200 +++ b/Helpviewer/Network/FollowRedirectReply.py Fri May 05 19:06:52 2017 +0200 @@ -16,6 +16,8 @@ class FollowRedirectReply(QObject): """ Class implementing a network reply delegate allowing to check redirects. + + @signal finished() emitted to indicate the end of the redirect """ finished = pyqtSignal()