mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-08 00:02:35 -05:00
fix enum doc
This commit is contained in:
parent
8792c4954d
commit
f55dd95531
@ -121,7 +121,10 @@ class CORE_EXPORT QgsGraduatedSymbolRenderer : public QgsFeatureRenderer
|
||||
*/
|
||||
void setClassificationMethod( QgsClassificationMethod *method SIP_TRANSFER );
|
||||
|
||||
//! \deprecated since QGIS 3.10 use QgsClassificationMethod::MethodId instead
|
||||
/**
|
||||
* Classification mode
|
||||
* /! \deprecated since QGIS 3.10 use QgsClassificationMethod::MethodId instead
|
||||
*/
|
||||
enum Q_DECL_DEPRECATED Mode
|
||||
{
|
||||
EqualInterval,
|
||||
|
Loading…
x
Reference in New Issue
Block a user