Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove explicit template instantiations
  • Loading branch information
manisandro authored and nyalldawson committed Jul 22, 2021
1 parent 15d4196 commit a499a30
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
Expand Up @@ -10,7 +10,6 @@




class QgsSettingsRegistryCore : QgsSettingsRegistry
{
%Docstring(signature="appended")
Expand Down
7 changes: 0 additions & 7 deletions src/core/settings/qgssettingsregistrycore.h
Expand Up @@ -27,13 +27,6 @@
#include "qgsgeometry.h"
#include "qgsmaplayerproxymodel.h"

template class CORE_EXPORT QgsSettingsEntryEnumFlag<QgsSnappingConfig::SnappingTypes> SIP_SKIP;
template class CORE_EXPORT QgsSettingsEntryEnumFlag<QgsTolerance::UnitType> SIP_SKIP;
template class CORE_EXPORT QgsSettingsEntryEnumFlag<QgsGeometry::JoinStyle> SIP_SKIP;
template class CORE_EXPORT QgsSettingsEntryEnumFlag<QgsGeometry::EndCapStyle> SIP_SKIP;
template class CORE_EXPORT QgsSettingsEntryEnumFlag<QgsUnitTypes::LayoutUnit> SIP_SKIP;
template class CORE_EXPORT QgsSettingsEntryEnumFlag< class QFlags<enum QgsMapLayerProxyModel::Filter> > SIP_SKIP;

/**
* \ingroup core
* \class QgsSettingsRegistryCore
Expand Down

0 comments on commit a499a30

Please sign in to comment.