mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
Teach sipify the meaning of final
This commit is contained in:
parent
42573f7476
commit
ab91b8553f
@ -965,7 +965,7 @@ while ($LINE_IDX < $LINE_COUNT){
|
||||
do {no warnings 'uninitialized';
|
||||
$LINE =~ s/^(\s*template\s*<)(?:class|typename) (\w+>)(.*)$/$1$2$3/;
|
||||
$LINE =~ s/\s*\boverride\b//;
|
||||
$LINE =~ s/\s*\bfinal\b//;
|
||||
$LINE =~ s/\s*\bfinal\b/ final/;
|
||||
$LINE =~ s/\s*\bextern \b//;
|
||||
$LINE =~ s/\s*\bMAYBE_UNUSED \b//;
|
||||
$LINE =~ s/\s*\bNODISCARD \b//;
|
||||
|
Loading…
x
Reference in New Issue
Block a user