--- a/Helpviewer/Network/FollowRedirectReply.py Sun Apr 09 16:52:55 2017 +0200 +++ b/Helpviewer/Network/FollowRedirectReply.py Sat May 06 13:43:21 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()