Skip to content

Commit d6f940c

Browse files
borysiastyDelazJ
authored andcommitted
Remove outdated references to the supportsQt6 plugin metadata tag
1 parent 8a012ed commit d6f940c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

docs/pyqgis_developer_cookbook/plugins/plugins.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,6 @@ server False boolean flag, :const:`True` or :const:`False`,
136136
the plugin has a server interface
137137
hasProcessingProvider False boolean flag, :const:`True` or :const:`False`, determines if
138138
the plugin provides processing algorithms
139-
supportsQt6 False boolean flag, :const:`True` or :const:`False`, determines if
140-
the plugin supports Qt6 framework
141139
===================== ======== =============================================================
142140

143141
By default, plugins are placed in the :menuselection:`Plugins` menu (we will see
@@ -218,9 +216,6 @@ An example for this metadata.txt
218216
; name field
219217
plugin_dependencies=MyOtherPlugin==1.12,YetAnotherPlugin
220218

221-
; whether the plugin can be run on QGIS built with Qt6
222-
supportsQt6=True
223-
224219

225220
.. index:: Plugins; Initialisation
226221

0 commit comments

Comments
 (0)