Revision 526977

Go back to digest for 9th April 2006

Bug Fixes in Development Tools

Richard Dale committed changes in /trunk/KDE/kdebindings/qtruby:

* Marshalling of Value lists to Ruby wasn't working at all. The
bug was because the following two lines are not equivalent. void *p = &valuelist[i];
void *p = (void *) &(valuelist->at(i)). The first line doesn't work correctly, but the second was does.* The marshaller for QList<QImageTextKeyLang> was defined wrongly.

File Changes

Modified 2 files
  • /trunk/KDE/kdebindings/qtruby
  •   /ChangeLog
  •   /rubylib/qtruby/handlers.cpp
2 files changed in total