600 """ |
600 """ |
601 Public method to download the device firmware. |
601 Public method to download the device firmware. |
602 """ |
602 """ |
603 url = self.getFirmwareUrl() |
603 url = self.getFirmwareUrl() |
604 if url: |
604 if url: |
605 e5App().getObject("UserInterface").launchHelpViewer(url) |
605 ericApp().getObject("UserInterface").launchHelpViewer(url) |
606 |
606 |
607 def getDownloadMenuEntries(self): |
607 def getDownloadMenuEntries(self): |
608 """ |
608 """ |
609 Public method to retrieve the entries for the downloads menu. |
609 Public method to retrieve the entries for the downloads menu. |
610 |
610 |