[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdelibs/kdecore/kconfig_compiler
From:       David Jarvie <software () astrojar ! org ! uk>
Date:       2007-02-13 19:02:57
Message-ID: 1171393377.964743.2750.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 633303 by djarvie:

Create signal argument declarations correctly (put a space between type and name)

 M  +1 -1      kconfig_compiler.cpp  


--- trunk/KDE/kdelibs/kdecore/kconfig_compiler/kconfig_compiler.cpp #633302:633303
@@ -1448,7 +1448,7 @@
       QList<SignalArguments>::ConstIterator it, itEnd = signal.arguments.constEnd();
       for ( it = signal.arguments.constBegin(); it != itEnd; ) {
         SignalArguments argument = *it;
-        h << param(argument.type) << argument.variableName;
+        h << param(argument.type) << " " << argument.variableName;
         if ( ++it != itEnd ) {
          h << ", ";
         }
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic