[Kde-bindings] KDE/kdebindings/qtruby
Richard Dale
Richard_Dale at tipitina.demon.co.uk
Sun Oct 1 20:02:32 UTC 2006
SVN commit 591133 by rdale:
* The Qt::DBusMessage.type method now works. Fixes problem reported by
Peter Rullmann.
CCMAIL: kde-bindings at kde.org
M +5 -0 ChangeLog
M +6 -0 rubylib/qtruby/lib/Qt/qtruby4.rb
--- trunk/KDE/kdebindings/qtruby/ChangeLog #591132:591133
@@ -1,3 +1,8 @@
+2006-10-01 Richard Dale <rdale at foton.es>
+
+ * The Qt::DBusMessage.type method now works. Fixes problem reported by
+ Peter Rullmann.
+
2006-09-28 Richard Dale <rdale at foton.es>
* Redone the rbuic tool based on the Qt 4.2 code with the ruby-specific
--- trunk/KDE/kdebindings/qtruby/rubylib/qtruby/lib/Qt/qtruby4.rb #591132:591133
@@ -398,6 +398,12 @@
end
end
+ class DBusMessage < Qt::Base
+ def type(*args)
+ method_missing(:type, *args)
+ end
+ end
+
class Dialog < Qt::Base
def exec(*args)
method_missing(:exec, *args)
More information about the Kde-bindings
mailing list