@@ -161,7 +161,7 @@ class CORE_EXPORT QgsSearchTreeNode
161
161
bool checkAgainst ( const QgsFieldMap& fields, QgsFeature &f );
162
162
163
163
// ! @deprecated
164
- QGISDEPRECATED bool checkAgainst ( const QgsFieldMap& fields, const QgsAttributeMap& attributes, QgsGeometry* geom = 0 );
164
+ Q_DECL_DEPRECATED bool checkAgainst ( const QgsFieldMap& fields, const QgsAttributeMap& attributes, QgsGeometry* geom = 0 );
165
165
166
166
// ! checks if there were errors during evaluation
167
167
bool hasError () { return ( !mError .isEmpty () ); }
@@ -177,11 +177,11 @@ class CORE_EXPORT QgsSearchTreeNode
177
177
QgsFeature &f );
178
178
179
179
// ! @deprecated
180
- QGISDEPRECATED bool getValue ( QgsSearchTreeValue& value,
181
- QgsSearchTreeNode* node,
182
- const QgsFieldMap &fields,
183
- const QgsAttributeMap &attributes,
184
- QgsGeometry* geom = 0 );
180
+ Q_DECL_DEPRECATED bool getValue ( QgsSearchTreeValue& value,
181
+ QgsSearchTreeNode* node,
182
+ const QgsFieldMap &fields,
183
+ const QgsAttributeMap &attributes,
184
+ QgsGeometry* geom = 0 );
185
185
186
186
// ! return a list of referenced columns in the tree
187
187
// ! @note added in 1.5
@@ -217,7 +217,7 @@ class CORE_EXPORT QgsSearchTreeNode
217
217
QgsSearchTreeValue valueAgainst ( const QgsFieldMap& fields, QgsFeature &f );
218
218
219
219
// ! @deprecated
220
- QGISDEPRECATED QgsSearchTreeValue valueAgainst ( const QgsFieldMap& fields, const QgsAttributeMap& attributes, QgsGeometry* geom = 0 );
220
+ Q_DECL_DEPRECATED QgsSearchTreeValue valueAgainst ( const QgsFieldMap& fields, const QgsAttributeMap& attributes, QgsGeometry* geom = 0 );
221
221
222
222
// ! strips mText when node is of string type
223
223
void stripText ();
0 commit comments