protected -> public

This commit is contained in:
nirvn 2021-10-12 09:34:49 +07:00 committed by Nyall Dawson
parent 5c9fe70623
commit ce873d30e8

View File

@ -1020,7 +1020,7 @@ while ($LINE_IDX < $LINE_COUNT){
$COMMENT = '';
# make all protected methods slots
# https://github.com/qgis/QGIS/issues/45331
$LINE =~ s/protected:/protected slots:/;
$LINE =~ s/protected:/public:/;
}
elsif ( $ACCESS[$#ACCESS] == PRIVATE && $LINE =~ m/SIP_FORCE/){
dbg_info("private with SIP_FORCE");