Skip to content

Commit

Permalink
protected -> public
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn authored and nyalldawson committed Oct 12, 2021
1 parent 5c9fe70 commit ce873d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/sipify.pl
Expand Up @@ -1020,7 +1020,7 @@ sub detect_non_method_member{
$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");
Expand Down

0 comments on commit ce873d3

Please sign in to comment.