mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-07 00:15:48 -04:00
protected -> public
This commit is contained in:
parent
5c9fe70623
commit
ce873d30e8
@ -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");
|
||||
|
Loading…
x
Reference in New Issue
Block a user