Helpviewer/HelpBrowserWV.py

branch
6_0_x
changeset 4421
c6feadf410a4
parent 4358
f2f3c1565df7
equal deleted inserted replaced
4420:10b4c1e4d1cf 4421:c6feadf410a4
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)

eric ide

mercurial