This commit is contained in:
Nyall Dawson 2018-09-08 14:42:56 +10:00
parent afd2af40f0
commit f598e2d527
2 changed files with 2 additions and 2 deletions

View File

@ -266,7 +266,7 @@ name and symbol ``type``.
The ``unmatchedCategories`` list will be filled with all existing categories which could not be matched The ``unmatchedCategories`` list will be filled with all existing categories which could not be matched
to a symbol in ``style``. to a symbol in ``style``.
The ``unmatchedSymbols`` list will be filled with all symbol names from ``style`` which were not be matched The ``unmatchedSymbols`` list will be filled with all symbol names from ``style`` which were not matched
to an existing category. to an existing category.
If ``caseSensitive`` is false, then a case-insensitive match will be performed. If ``useTolerantMatch`` If ``caseSensitive`` is false, then a case-insensitive match will be performed. If ``useTolerantMatch``

View File

@ -233,7 +233,7 @@ class CORE_EXPORT QgsCategorizedSymbolRenderer : public QgsFeatureRenderer
* The \a unmatchedCategories list will be filled with all existing categories which could not be matched * The \a unmatchedCategories list will be filled with all existing categories which could not be matched
* to a symbol in \a style. * to a symbol in \a style.
* *
* The \a unmatchedSymbols list will be filled with all symbol names from \a style which were not be matched * The \a unmatchedSymbols list will be filled with all symbol names from \a style which were not matched
* to an existing category. * to an existing category.
* *
* If \a caseSensitive is false, then a case-insensitive match will be performed. If \a useTolerantMatch * If \a caseSensitive is false, then a case-insensitive match will be performed. If \a useTolerantMatch