--- a/Helpviewer/Download/DownloadItem.py Thu Jan 25 16:39:06 2018 +0100 +++ b/Helpviewer/Download/DownloadItem.py Thu Jan 25 17:21:00 2018 +0100 @@ -299,14 +299,6 @@ i += 1 return name, origName - def __open(self): - """ - Private slot to open the downloaded file. - """ - info = QFileInfo(self.__output) - url = QUrl.fromLocalFile(info.absoluteFilePath()) - QDesktopServices.openUrl(url) - @pyqtSlot() def on_tryAgainButton_clicked(self): """ @@ -642,7 +634,7 @@ self.downloadFinished.emit() if self.__autoOpen: - self.__open() + self.openFile() def canceledFileSelect(self): """