We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07fa247 commit 3e73ac7Copy full SHA for 3e73ac7
python/core/qgslabelsearchtree.sip
@@ -36,6 +36,10 @@ Removes and deletes all the entries
36
//! QgsLabelSearchTree cannot be copied.
37
QgsLabelSearchTree( const QgsLabelSearchTree &rh );
38
39
+ QgsLabelSearchTree &operator=( const QgsLabelSearchTree &rh );
40
+%Docstring
41
+ :rtype: QgsLabelSearchTree
42
+%End
43
};
44
45
/************************************************************************
0 commit comments