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

List:       kde-commits
Subject:    branches/work/dbus-kde4/qt-dbus
From:       Harald Fernengel <harry () kdevelop ! org>
Date:       2005-09-01 20:27:15
Message-ID: 1125606435.252233.26220.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 455993 by harald:

whoops... fix stringlist


 M  +2 -1      qdbusmarshall.cpp  


--- branches/work/dbus-kde4/qt-dbus/qdbusmarshall.cpp #455992:455993
@@ -23,6 +23,7 @@
 #include "qdbusmarshall.h"
 #include "qdbusvariant.h"
 
+#include <qdebug.h>
 #include <qvariant.h>
 #include <qlist.h>
 #include <qmap.h>
@@ -361,7 +362,7 @@
         dbus_message_iter_open_container(it, DBUS_TYPE_ARRAY,
                                          DBUS_TYPE_STRING_AS_STRING, &sub);
         for (int s = 0; s < list.count(); ++s)
-            qAppendToMessage(&sub, var.toString());
+            qAppendToMessage(&sub, list.at(s));
         dbus_message_iter_close_container(it, &sub);
         break;
     }
[prev in list] [next in list] [prev in thread] [next in thread] 

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