We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 59e288c commit 9c1861aCopy full SHA for 9c1861a
src/gui/editorwidgets/core/qgseditorwidgetautoconf.cpp
@@ -20,7 +20,7 @@
20
* Widget auto conf plugin that guesses what widget type to use in function of what the widgets support.
21
*
22
* @note not available in Python bindings
23
- * @note added in QGIS 3.0
+ * \since QGIS 3.0
24
*/
25
class FromFactoriesPlugin: public QgsEditorWidgetAutoConfPlugin
26
{
@@ -57,7 +57,7 @@ class FromFactoriesPlugin: public QgsEditorWidgetAutoConfPlugin
57
* Widget auto conf plugin that reads the widget setup to use from what the data provider says.
58
59
60
61
62
class FromDbTablePlugin: public QgsEditorWidgetAutoConfPlugin
63
0 commit comments