diff -r 703452a2876f -r bf0215fe12d1 Helpviewer/VirusTotalApi.py --- a/Helpviewer/VirusTotalApi.py Sat Sep 28 19:06:25 2013 +0200 +++ b/Helpviewer/VirusTotalApi.py Sat Sep 28 20:07:36 2013 +0200 @@ -91,8 +91,6 @@ @param key service key (string) @param protocol protocol used to access VirusTotal (string) - @return flag indicating validity (boolean) and an error message in - case of a network error (string) """ if protocol == "": urlStr = self.GetFileReportUrl @@ -133,7 +131,6 @@ Public method to submit an URL to be scanned. @param url url to be scanned (QUrl) - @return flag indicating success (boolean) and the scan ID (string) """ request = QNetworkRequest(QUrl(self.ScanUrlUrl)) request.setHeader(QNetworkRequest.ContentTypeHeader, @@ -170,7 +167,6 @@ Private method to get the report URL for a file scan. @param scanId ID of the scan to get the report URL for (string) - @return file scan report URL (string) """ request = QNetworkRequest(QUrl(self.GetUrlReportUrl)) request.setHeader(QNetworkRequest.ContentTypeHeader,