This commit is contained in:
Matthias Kuhn 2017-05-14 10:28:53 +02:00
parent 2abb1465c4
commit 6ad5a58c84
2 changed files with 3 additions and 1 deletions

View File

@ -739,6 +739,7 @@ asthetically:aesthetically
asume:assume
asuming:assuming
aswell:as well
asynchroneously:asynchronously
asychronously:asynchronously
asycronous:asynchronous
asynchonous:asynchronous
@ -6753,6 +6754,7 @@ synchonize:synchronize
synchonized:synchronized
synchonizes:synchronizes
synchonizing:synchronizing
synchroneously:synchronously
syncronise:synchronise
syncronised:synchronised
syncronises:synchronises

View File

@ -819,7 +819,7 @@ class CORE_EXPORT QgsVectorLayer : public QgsMapLayer, public QgsExpressionConte
* \note If you need to wait for the results, create and start your own QgsVectorLayerFeatureCounter
* task and call waitForFinished().
*
* \since This is asynchroneous since QGIS 3.0
* \since This is asynchronous since QGIS 3.0
*/
bool countSymbolFeatures();