@@ -105,7 +105,7 @@ class QgsSearchTreeNode
105
105
bool checkAgainst( const QMap<int,QgsField>& fields, QgsFeature &f );
106
106
107
107
//! @deprecated
108
- bool checkAgainst( const QMap<int,QgsField>& fields, const QMap<int, QVariant>& attributes, QgsGeometry* geom = 0 );
108
+ bool checkAgainst( const QMap<int,QgsField>& fields, const QMap<int, QVariant>& attributes, QgsGeometry* geom = 0 ) /Deprecated/ ;
109
109
110
110
//! checks if there were errors during evaluation
111
111
bool hasError();
@@ -121,7 +121,7 @@ class QgsSearchTreeNode
121
121
122
122
//! @deprecated
123
123
bool getValue( QgsSearchTreeValue& value /Out/, QgsSearchTreeNode* node,
124
- const QMap<int,QgsField>& fields, const QMap<int,QVariant>& attributes, QgsGeometry* geom = 0 );
124
+ const QMap<int,QgsField>& fields, const QMap<int,QVariant>& attributes, QgsGeometry* geom = 0 ) /Deprecated/ ;
125
125
126
126
//! return a list of referenced columns in the tree
127
127
//! @note added in 1.5
@@ -150,7 +150,7 @@ class QgsSearchTreeNode
150
150
QgsSearchTreeValue valueAgainst( const QMap<int,QgsField>& fields, QgsFeature &f );
151
151
152
152
//! @deprecated
153
- QgsSearchTreeValue valueAgainst( const QMap<int,QgsField>& fields, const QMap<int,QVariant>& attributes, QgsGeometry* geom = 0 );
153
+ QgsSearchTreeValue valueAgainst( const QMap<int,QgsField>& fields, const QMap<int,QVariant>& attributes, QgsGeometry* geom = 0 ) /Deprecated/ ;
154
154
155
155
//! strips mText when node is of string type
156
156
void stripText();
0 commit comments