Skip to content

Commit e35b115

Browse files
committed
[API] removed QgsSearchString - QgsExpression should be used instead
1 parent a0a0e04 commit e35b115

12 files changed

+2
-2193
lines changed

python/core/core.sip

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,6 @@
7373
%Include qgsrenderer.sip
7474
%Include qgsrunprocess.sip
7575
%Include qgsscalecalculator.sip
76-
%Include qgssearchstring.sip
77-
%Include qgssearchtreenode.sip
7876
%Include qgssinglesymbolrenderer.sip
7977
%Include qgssnapper.sip
8078
%Include qgsspatialindex.sip

python/core/qgssearchstring.sip

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

python/core/qgssearchtreenode.sip

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

src/core/CMakeLists.txt

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,6 @@ SET(QGIS_CORE_SRCS
9898
qgsrectangle.cpp
9999
qgsrunprocess.cpp
100100
qgsscalecalculator.cpp
101-
qgssearchstring.cpp
102-
qgssearchtreenode.cpp
103101
qgssnapper.cpp
104102
qgscoordinatereferencesystem.cpp
105103
qgstolerance.cpp
@@ -244,9 +242,9 @@ IF (WITH_INTERNAL_SPATIALITE)
244242
INCLUDE_DIRECTORIES(BEFORE spatialite/headers/spatialite)
245243
ENDIF (WITH_INTERNAL_SPATIALITE)
246244

247-
ADD_FLEX_FILES(QGIS_CORE_SRCS qgssearchstringlexer.ll qgsexpressionlexer.ll)
245+
ADD_FLEX_FILES(QGIS_CORE_SRCS qgsexpressionlexer.ll)
248246

249-
ADD_BISON_FILES(QGIS_CORE_SRCS qgssearchstringparser.yy qgsexpressionparser.yy)
247+
ADD_BISON_FILES(QGIS_CORE_SRCS qgsexpressionparser.yy)
250248

251249
SET(QGIS_CORE_MOC_HDRS
252250
qgsapplication.h
@@ -362,8 +360,6 @@ SET(QGIS_CORE_HDRS
362360
qgsrendercontext.h
363361
qgsrunprocess.h
364362
qgsscalecalculator.h
365-
qgssearchstring.h
366-
qgssearchtreenode.h
367363
qgssnapper.h
368364
qgscoordinatereferencesystem.h
369365
qgsvectordataprovider.h

0 commit comments

Comments
 (0)