diff options
Diffstat (limited to 'qtruby/ChangeLog')
-rw-r--r-- | qtruby/ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qtruby/ChangeLog b/qtruby/ChangeLog index cd9455da..3443e3b3 100644 --- a/qtruby/ChangeLog +++ b/qtruby/ChangeLog @@ -1047,12 +1047,12 @@ * The parsing of types passed to slots, (or returned from dcop slots) didn't work with template types containing commas such as 'TQMap<TQString,TQString>'. - * Added 'TQMap<TQString,TQString>&' and 'TQMap<TQString,TQVariant>&' to the + * Added 'TQMap<TQString,TQString>&' and 'TQStringVariantMap&' to the handlers.cpp string to marshaller lookup table. 2004-07-26 Richard Dale <Richard_Dale@tipitina.demon.co.uk> - * Added marshallers for TQMap<TQString,TQString> and TQMap<TQString,TQVariant> to and from ruby hashes + * Added marshallers for TQMap<TQString,TQString> and TQStringVariantMap to and from ruby hashes 2004-07-26 Richard Dale <Richard_Dale@tipitina.demon.co.uk> |