Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SDK
KDE Development Scripts
Commits
35d7b1ef
Commit
35d7b1ef
authored
Jun 25, 2021
by
David Faure
Browse files
Add support for classes defined in the .cpp file
parent
f26db2d5
Changes
1
Hide whitespace changes
Inline
Side-by-side
kf5/convert-to-new-signal-slot-signal.pl
View file @
35d7b1ef
...
...
@@ -520,6 +520,9 @@ foreach my $file (@ARGV) {
#warn "it's an header class\n";
$headerclassname
=
$currentClass
;
}
}
elsif
(
/^\s*class ([:\w]+)/
)
{
# class defined in the .cpp file
$headerclassname
=
$
1
;
}
# Verify comment
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment