Merge pull request #2154 from phw/PICARD-2331-pyqt6

PICARD-2331: Port to PyQt6
This commit is contained in:
Philipp Wolfer
2023-10-30 07:40:04 +01:00
committed by GitHub
171 changed files with 23188 additions and 23457 deletions

View File

@@ -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'

View File

@@ -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'