[Kde-bindings] [Bug 126928] Qtruby QServerSocket not working
Richard Dale
Richard_Dale at tipitina.demon.co.uk
Sun May 7 22:08:07 UTC 2006
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=126928
------- Additional Comments From Richard_Dale tipitina demon co uk 2006-05-08 00:08 -------
SVN commit 538419 by rdale:
* An an type of Q_UINT16 wasn't working with QtRuby. Fixes problem
reported by maelclerambault.
CCBUGS: 126928
M +5 -0 ChangeLog
M +1 -1 rubylib/qtruby/lib/Qt/qtruby.rb
--- branches/KDE/3.5/kdebindings/qtruby/ChangeLog #538418:538419
@ -1,3 +1,8 @
+2006-05-07 Richard Dale <rdale foton es>
+
+ * An an type of Q_UINT16 wasn't working with QtRuby. Fixes problem
+ reported by maelclerambault.
+
2006-05-03 Richard Dale <rdale foton es>
* The qt_emit() and qt_invoke() methods are overriden by the QtRuby
--- branches/KDE/3.5/kdebindings/qtruby/rubylib/qtruby/lib/Qt/qtruby.rb #538418:538419
@ -1163,7 +1163,7 @
if argtype == 'i'
if typename =~ /^int&?$|^signed int&?$|^signed$|^Q_INT32&?$/
return 1
- elsif typename =~ /^(?:short|ushort|unsigned short int|uchar|uint|long|ulong|unsigned long int|unsigned|float|double)$/
+ elsif typename =~ /^(?:short|ushort|unsigned short int|uchar|uint|long|ulong|unsigned long int|unsigned|float|double|Q_UINT32|Q_UINT16|Q_INT16)$/
return 0
else
t = typename.sub(/^const\s+/, '')
More information about the Kde-bindings
mailing list