Skip to content

Commit

Permalink
[sipify] signals are public
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed May 4, 2017
1 parent 71347c4 commit f7f32e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/sipify.pl
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ sub remove_constructor_or_body {
dbg_info("going private");
next;
}
elsif ( $line =~ m/^\s*(public)( slots)?:.*$/ ){
elsif ( $line =~ m/^\s*(public( slots)?|signals):.*$/ ){
dbg_info("going public");
$ACCESS[$#ACCESS] = PUBLIC;
$comment = '';
Expand Down

0 comments on commit f7f32e6

Please sign in to comment.