450 Public method to download the device firmware. |
450 Public method to download the device firmware. |
451 """ |
451 """ |
452 url = self.getFirmwareUrl() |
452 url = self.getFirmwareUrl() |
453 if url: |
453 if url: |
454 e5App().getObject("UserInterface").launchHelpViewer(url) |
454 e5App().getObject("UserInterface").launchHelpViewer(url) |
|
455 |
|
456 def getDownloadMenuEntries(self): |
|
457 """ |
|
458 Public method to retrieve the entries for the downloads menu. |
|
459 |
|
460 @return list of tuples with menu text and URL to be opened for each |
|
461 entry |
|
462 @rtype list of tuple of (str, str) |
|
463 """ |
|
464 return [] |