mirror of
https://github.com/fergalmoran/picard.git
synced 2026-03-24 14:15:15 +00:00
Merge pull request #2154 from phw/PICARD-2331-pyqt6
PICARD-2331: Port to PyQt6
This commit is contained in:
@@ -24,7 +24,7 @@ PLUGIN_NAME = "Dummy plugin"
|
||||
PLUGIN_AUTHOR = "Zas"
|
||||
PLUGIN_DESCRIPTION = "Dummy plugin description"
|
||||
PLUGIN_VERSION = "1.0"
|
||||
PLUGIN_API_VERSIONS = ["2.0"]
|
||||
PLUGIN_API_VERSIONS = ["3.0"]
|
||||
PLUGIN_LICENSE = 'Dummy plugin license'
|
||||
PLUGIN_LICENSE_URL = 'dummy.plugin.url'
|
||||
|
||||
|
||||
Binary file not shown.
@@ -24,7 +24,7 @@ PLUGIN_NAME = "Dummy plugin"
|
||||
PLUGIN_AUTHOR = "Zas"
|
||||
PLUGIN_DESCRIPTION = "Dummy plugin description"
|
||||
PLUGIN_VERSION = "1.0"
|
||||
PLUGIN_API_VERSIONS = ["2.0"]
|
||||
PLUGIN_API_VERSIONS = ["3.0"]
|
||||
PLUGIN_LICENSE = 'Dummy plugin license'
|
||||
PLUGIN_LICENSE_URL = 'dummy.plugin.url'
|
||||
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user