Skip to content

Commit

Permalink
Add QOverload to test_banned_keywords.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Jun 28, 2018
1 parent f5d2c7b commit b5b720d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/code_layout/test_banned_keywords.sh
Expand Up @@ -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)

Expand Down

0 comments on commit b5b720d

Please sign in to comment.