diff --git a/astyle-kdelibs b/astyle-kdelibs index adeb928d2159880522b0dcc6fe8a8154689382df..fac44fb5f423c27cce50845013c1bc35a0256ff9 100755 --- a/astyle-kdelibs +++ b/astyle-kdelibs @@ -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 '&'. #