1345 self.__ui and self.__ui.activatePluginRepositoryViewer() |
1345 self.__ui and self.__ui.activatePluginRepositoryViewer() |
1346 else: |
1346 else: |
1347 self.pluginRepositoryFileDownloaded.emit() |
1347 self.pluginRepositoryFileDownloaded.emit() |
1348 |
1348 |
1349 def checkPluginEntry( |
1349 def checkPluginEntry( |
1350 self, name, short, description, url, author, version, filename, status |
1350 self, |
|
1351 name, # noqa: U100 |
|
1352 short, # noqa: U100 |
|
1353 description, # noqa: U100 |
|
1354 url, |
|
1355 author, # noqa: U100 |
|
1356 version, |
|
1357 filename, |
|
1358 status, # noqa: U100 |
1351 ): |
1359 ): |
1352 """ |
1360 """ |
1353 Public method to check a plug-in's data for an update. |
1361 Public method to check a plug-in's data for an update. |
1354 |
1362 |
1355 @param name data for the name field (string) |
1363 @param name data for the name field (string) |