File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
python/core/auto_generated Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -831,7 +831,7 @@ Load a named style from file/local db/datasource db
831
831
:param categories: the style categories to be loaded.
832
832
%End
833
833
834
- virtual QString loadNamedStyle( const QString &theURI, bool &resultFlag SIP_OUT ,
834
+ virtual QString loadNamedStyle( const QString &theURI, bool &resultFlag /Out/ ,
835
835
QgsMapLayer::StyleCategories categories = QgsMapLayer::AllStyleCategories );
836
836
%Docstring
837
837
Calls loadNamedStyle( theURI, resultFlag, false );
Original file line number Diff line number Diff line change @@ -1042,7 +1042,7 @@ sub detect_non_method_member{
1042
1042
if ( $virtual_line !~ m / ^(\s *)virtual\b (.*)$ / ){
1043
1043
my $idx = $#OUTPUT -$LINE_IDX +$virtual_line_idx +2;
1044
1044
# print "len: $#OUTPUT line_idx: $LINE_IDX virt: $virtual_line_idx\n"idx: $idx\n$OUTPUT[$idx]\n";
1045
- $OUTPUT [$idx ] = $virtual_line =~ s / ^(\s *?)\b (.*)$/ $1 virtual $2 \n / r ;
1045
+ $OUTPUT [$idx ] = fix_annotations( $virtual_line =~ s / ^(\s *?)\b (.*)$/ $1 virtual $2 \n / r ) ;
1046
1046
}
1047
1047
}
1048
1048
elsif ( $LINE !~ m / ^(\s *)virtual\b (.*)$ / ){
@@ -1148,7 +1148,7 @@ sub detect_non_method_member{
1148
1148
}
1149
1149
}
1150
1150
elsif ( $LINE =~ m / ^[^()] +\( [^()] *([^()]*\( [^()]*\) [^()]*)*[^)] *$ / ){
1151
- dbg_info(" Mulitline detected" );
1151
+ dbg_info(" Multiline detected:: $LINE " );
1152
1152
if ( $LINE =~ m / ^\s *((else )?if|while|for) *\( / ){
1153
1153
$MULTILINE_DEFINITION = MULTILINE_CONDITIONAL_STATEMENT;
1154
1154
}
You can’t perform that action at this time.
0 commit comments