mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-27 00:33:48 -05:00
fix missing private operator
This commit is contained in:
parent
07fa24781c
commit
3e73ac7a5d
@ -36,6 +36,10 @@ Removes and deletes all the entries
|
|||||||
//! QgsLabelSearchTree cannot be copied.
|
//! QgsLabelSearchTree cannot be copied.
|
||||||
QgsLabelSearchTree( const QgsLabelSearchTree &rh );
|
QgsLabelSearchTree( const QgsLabelSearchTree &rh );
|
||||||
//! QgsLabelSearchTree cannot be copied.
|
//! QgsLabelSearchTree cannot be copied.
|
||||||
|
QgsLabelSearchTree &operator=( const QgsLabelSearchTree &rh );
|
||||||
|
%Docstring
|
||||||
|
:rtype: QgsLabelSearchTree
|
||||||
|
%End
|
||||||
};
|
};
|
||||||
|
|
||||||
/************************************************************************
|
/************************************************************************
|
||||||
|
Loading…
x
Reference in New Issue
Block a user