11147:dee6e106b4d3 | 11148:15e30f0c76a8 |
---|---|
29 "longDescription": """This plugin shows the About dialogs.""", | 29 "longDescription": """This plugin shows the About dialogs.""", |
30 "pyqtApi": 2, | 30 "pyqtApi": 2, |
31 } | 31 } |
32 # End-Of-Header | 32 # End-Of-Header |
33 | 33 |
34 error = "" # noqa: U200 | 34 error = "" # noqa: U-200 |
35 | 35 |
36 | 36 |
37 class AboutPlugin(QObject): | 37 class AboutPlugin(QObject): |
38 """ | 38 """ |
39 Class implementing the About plugin. | 39 Class implementing the About plugin. |