Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[API] removed QgsSearchString - QgsExpression should be used instead
  • Loading branch information
wonder-sk committed Jul 15, 2012
1 parent a0a0e04 commit e35b115
Show file tree
Hide file tree
Showing 12 changed files with 2 additions and 2,193 deletions.
2 changes: 0 additions & 2 deletions python/core/core.sip
Expand Up @@ -73,8 +73,6 @@
%Include qgsrenderer.sip
%Include qgsrunprocess.sip
%Include qgsscalecalculator.sip
%Include qgssearchstring.sip
%Include qgssearchtreenode.sip
%Include qgssinglesymbolrenderer.sip
%Include qgssnapper.sip
%Include qgsspatialindex.sip
Expand Down
46 changes: 0 additions & 46 deletions python/core/qgssearchstring.sip

This file was deleted.

210 changes: 0 additions & 210 deletions python/core/qgssearchtreenode.sip

This file was deleted.

8 changes: 2 additions & 6 deletions src/core/CMakeLists.txt
Expand Up @@ -98,8 +98,6 @@ SET(QGIS_CORE_SRCS
qgsrectangle.cpp
qgsrunprocess.cpp
qgsscalecalculator.cpp
qgssearchstring.cpp
qgssearchtreenode.cpp
qgssnapper.cpp
qgscoordinatereferencesystem.cpp
qgstolerance.cpp
Expand Down Expand Up @@ -244,9 +242,9 @@ IF (WITH_INTERNAL_SPATIALITE)
INCLUDE_DIRECTORIES(BEFORE spatialite/headers/spatialite)
ENDIF (WITH_INTERNAL_SPATIALITE)

ADD_FLEX_FILES(QGIS_CORE_SRCS qgssearchstringlexer.ll qgsexpressionlexer.ll)
ADD_FLEX_FILES(QGIS_CORE_SRCS qgsexpressionlexer.ll)

ADD_BISON_FILES(QGIS_CORE_SRCS qgssearchstringparser.yy qgsexpressionparser.yy)
ADD_BISON_FILES(QGIS_CORE_SRCS qgsexpressionparser.yy)

SET(QGIS_CORE_MOC_HDRS
qgsapplication.h
Expand Down Expand Up @@ -362,8 +360,6 @@ SET(QGIS_CORE_HDRS
qgsrendercontext.h
qgsrunprocess.h
qgsscalecalculator.h
qgssearchstring.h
qgssearchtreenode.h
qgssnapper.h
qgscoordinatereferencesystem.h
qgsvectordataprovider.h
Expand Down

0 comments on commit e35b115

Please sign in to comment.