Skip to content

Commit

Permalink
Skip the global objects from qgsstyle.h (#173)
Browse files Browse the repository at this point in the history
These aren't useful for plugins, and because they are in the global
space they clutter up the core class list
  • Loading branch information
nyalldawson authored Aug 29, 2024
1 parent 1c0c03f commit 94eff7a
Showing 1 changed file with 30 additions and 1 deletion.
31 changes: 30 additions & 1 deletion pyqgis_conf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,36 @@ current_ltr: '3.34'
skipped:
- PyProviderMetadata
- Enum

- SymbolTable
- SymbolId
- SymbolName
- SymbolXML
- SymbolFavoriteId
- TagTable
- TagId
- TagName
- TagmapTable
- TagmapTagId
- TagmapSymbolId
- ColorrampTable
- ColorrampId
- ColorrampName
- ColorrampXML
- ColorrampFavoriteId
- TextFormatTable
- TextFormatId
- TextFormatName
- TextFormatXML
- TextFormatFavoriteId
- LabelSettingsTable
- LabelSettingsId
- LabelSettingsName
- LabelSettingsXML
- LabelSettingsFavoriteId
- SmartgroupTable
- SmartgroupId
- SmartgroupName
- SmartgroupXML

non-instantiable:
- qgis.core.QgsRunProcess
Expand Down

0 comments on commit 94eff7a

Please sign in to comment.