Skip to content

Commit f7f32e6

Browse files
committed
[sipify] signals are public
1 parent 71347c4 commit f7f32e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/sipify.pl

+1-1
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ sub remove_constructor_or_body {
343343
dbg_info("going private");
344344
next;
345345
}
346-
elsif ( $line =~ m/^\s*(public)( slots)?:.*$/ ){
346+
elsif ( $line =~ m/^\s*(public( slots)?|signals):.*$/ ){
347347
dbg_info("going public");
348348
$ACCESS[$#ACCESS] = PUBLIC;
349349
$comment = '';

0 commit comments

Comments
 (0)