Add QOverload to test_banned_keywords.sh

This commit is contained in:
Even Rouault 2018-06-28 22:29:28 +02:00
parent f5d2c7bc35
commit b5b720dbea
No known key found for this signature in database
GPG Key ID: 33EBBFC47B3DD87D

View File

@ -104,6 +104,9 @@ HINTS[26]="Use std::unique_ptr instead"
KEYWORDS[27]="QSharedPointer"
HINTS[27]="Use std::shared_ptr instead"
KEYWORDS[28]="QOverload"
HINTS[28]="Use qgis::overload instead"
RES=
DIR=$(git rev-parse --show-toplevel)