Skip to content

Commit

Permalink
Remove QgsDataDefined
Browse files Browse the repository at this point in the history
Now completely replaced by QgsProperty and the properties framework
  • Loading branch information
nyalldawson committed Feb 14, 2017
1 parent be46f78 commit d457a89
Show file tree
Hide file tree
Showing 10 changed files with 37 additions and 1,102 deletions.
1 change: 1 addition & 0 deletions doc/api_break.dox
Expand Up @@ -250,6 +250,7 @@ Use QgsComposerAttributeTableV2 instead.
- QgsCRSCache was removed. QgsCoordinateReferenceSystem now internally uses a cache for CRS creation,
so there is no longer a need for the separate cache class. Code which previously called QgsCRSCache::updateCRSCache()
should now call QgsCoordinateReferenceSystem::invalidateCache() and QgsCoordinateTransformCache::instance()->invalidateCrs( authid ).
- QgsDataDefined was removed. Use the QgsProperty framework instead.
- QgsDataDefinedButton was removed. Use QgsPropertyOverrideButton instead.
- QgsFileNameWidgetWrapper was removed. Use QgsExternalResourceWidgetWrapper instead.
- QgsFormAnnotationItem. Use QgsFormAnnotation instead.
Expand Down
1 change: 0 additions & 1 deletion python/core/core.sip
Expand Up @@ -33,7 +33,6 @@
%Include qgscoordinatetransform.sip
%Include qgscredentials.sip
%Include qgscrscache.sip
%Include qgsdatadefined.sip
%Include qgsdataitem.sip
%Include qgsdataitemprovider.sip
%Include qgsdataitemproviderregistry.sip
Expand Down
179 changes: 0 additions & 179 deletions python/core/qgsdatadefined.sip

This file was deleted.

2 changes: 0 additions & 2 deletions src/core/CMakeLists.txt
Expand Up @@ -112,7 +112,6 @@ SET(QGIS_CORE_SRCS
qgscredentials.cpp
qgscrscache.cpp
qgsdartmeasurement.cpp
qgsdatadefined.cpp
qgsdataitem.cpp
qgsdataitemprovider.cpp
qgsdataitemproviderregistry.cpp
Expand Down Expand Up @@ -671,7 +670,6 @@ SET(QGIS_CORE_HDRS
qgscrscache.h
qgscsexception.h
qgsdartmeasurement.h
qgsdatadefined.h
qgsdataitem.h
qgsdataitemprovider.h
qgsdataitemproviderregistry.h
Expand Down

0 comments on commit d457a89

Please sign in to comment.