Skip to content

Commit

Permalink
fix banned keyword suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids authored and nyalldawson committed Aug 23, 2021
1 parent 0ce7f90 commit e4bb080
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/code_layout/test_banned_keywords.sh
Expand Up @@ -105,7 +105,7 @@ KEYWORDS[27]="QSharedPointer"
HINTS[27]="Use std::shared_ptr instead"

KEYWORDS[28]="QOverload"
HINTS[28]="Use qgis::overload instead"
HINTS[28]="Use qOverload instead"

KEYWORDS[29]="qFloor"
HINTS[29]="Use std::floor instead"
Expand Down

0 comments on commit e4bb080

Please sign in to comment.