Skip to content

Commit d457a89

Browse files
committed
Remove QgsDataDefined
Now completely replaced by QgsProperty and the properties framework
1 parent be46f78 commit d457a89

File tree

10 files changed

+37
-1102
lines changed

10 files changed

+37
-1102
lines changed

doc/api_break.dox

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,7 @@ Use QgsComposerAttributeTableV2 instead.
250250
- QgsCRSCache was removed. QgsCoordinateReferenceSystem now internally uses a cache for CRS creation,
251251
so there is no longer a need for the separate cache class. Code which previously called QgsCRSCache::updateCRSCache()
252252
should now call QgsCoordinateReferenceSystem::invalidateCache() and QgsCoordinateTransformCache::instance()->invalidateCrs( authid ).
253+
- QgsDataDefined was removed. Use the QgsProperty framework instead.
253254
- QgsDataDefinedButton was removed. Use QgsPropertyOverrideButton instead.
254255
- QgsFileNameWidgetWrapper was removed. Use QgsExternalResourceWidgetWrapper instead.
255256
- QgsFormAnnotationItem. Use QgsFormAnnotation instead.

python/core/core.sip

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
%Include qgscoordinatetransform.sip
3434
%Include qgscredentials.sip
3535
%Include qgscrscache.sip
36-
%Include qgsdatadefined.sip
3736
%Include qgsdataitem.sip
3837
%Include qgsdataitemprovider.sip
3938
%Include qgsdataitemproviderregistry.sip

python/core/qgsdatadefined.sip

Lines changed: 0 additions & 179 deletions
This file was deleted.

src/core/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ SET(QGIS_CORE_SRCS
112112
qgscredentials.cpp
113113
qgscrscache.cpp
114114
qgsdartmeasurement.cpp
115-
qgsdatadefined.cpp
116115
qgsdataitem.cpp
117116
qgsdataitemprovider.cpp
118117
qgsdataitemproviderregistry.cpp
@@ -671,7 +670,6 @@ SET(QGIS_CORE_HDRS
671670
qgscrscache.h
672671
qgscsexception.h
673672
qgsdartmeasurement.h
674-
qgsdatadefined.h
675673
qgsdataitem.h
676674
qgsdataitemprovider.h
677675
qgsdataitemproviderregistry.h

0 commit comments

Comments
 (0)