Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
SDK
KDE Development Scripts
Commits
183a80e8
Commit
183a80e8
authored
Aug 09, 2020
by
Alexander Trufanov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
astyle-kdelibs script commentary update
The astyle doesn't require patching since version 2.05
parent
1e2f51fb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
astyle-kdelibs
astyle-kdelibs
+2
-2
No files found.
astyle-kdelibs
View file @
183a80e8
...
...
@@ -8,8 +8,8 @@
# - installed astyle, with patches below
# - $QT_NORMALIZE_TOOL pointing to qtrepotools/util/normalize/normalize (after compiling it)
#
# IMPORTANT: astyle
misparses the Qt "keywords" like foreach and Q_FOREACH, which
#
makes it style wrongly not just the space after the keyword, but also everything
# IMPORTANT:
use
astyle
2.05 or later. Patch astyle if you use older version.
#
Older versions of astyle misparse the Qt "keywords" like foreach and Q_FOREACH, which
# inside the parenthesis, leading to things like:
# Q_FOREACH(const QString & it, l) // note the space after the '&'.
#
...
...
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