Sat, 22 Sep 2012 19:07:45 +0200
Added code to emit the forgotten readyRead signal when new data has arrived during a download.
Helpviewer/Network/FtpReply.py | file | annotate | diff | comparison | revisions |
--- a/Helpviewer/Network/FtpReply.py Sat Sep 22 19:07:05 2012 +0200 +++ b/Helpviewer/Network/FtpReply.py Sat Sep 22 19:07:45 2012 +0200 @@ -275,6 +275,7 @@ Private slot to process data from the FTP server. """ self.__content += self.__ftp.readAll() + self.readyRead.emit() def __setContent(self): """