1483 ## Private slot to scan the selected URL with VirusTotal. |
1483 ## Private slot to scan the selected URL with VirusTotal. |
1484 ## """ |
1484 ## """ |
1485 ## act = self.sender() |
1485 ## act = self.sender() |
1486 ## url = act.data() |
1486 ## url = act.data() |
1487 ## self.mw.requestVirusTotalScan(url) |
1487 ## self.mw.requestVirusTotalScan(url) |
1488 ## |
1488 ## |
1489 def __searchRequested(self, act): |
1489 def __searchRequested(self, act): |
1490 """ |
1490 """ |
1491 Private slot to search for some text with a selected search engine. |
1491 Private slot to search for some text with a selected search engine. |
1492 |
1492 |
1493 @param act reference to the action that triggered this slot (QAction) |
1493 @param act reference to the action that triggered this slot (QAction) |