Skip to content

Commit 3e73ac7

Browse files
committed
fix missing private operator
1 parent 07fa247 commit 3e73ac7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

python/core/qgslabelsearchtree.sip

+4
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ Removes and deletes all the entries
3636
//! QgsLabelSearchTree cannot be copied.
3737
QgsLabelSearchTree( const QgsLabelSearchTree &rh );
3838
//! QgsLabelSearchTree cannot be copied.
39+
QgsLabelSearchTree &operator=( const QgsLabelSearchTree &rh );
40+
%Docstring
41+
:rtype: QgsLabelSearchTree
42+
%End
3943
};
4044

4145
/************************************************************************

0 commit comments

Comments
 (0)