SVN commit 741491 by arnorehn:
* Qt part works now. Next step is to get rid of the old
extension stuff and add modules like in Qyoto.
CCMAIL: kde-bindings kde.org
M +2 -2 ChangeLog
M +1 -1 ruby/qtruby/src/lib/Qt/qtruby4.rb
--- branches/work/kdebindings-smoke2/ChangeLog
#741490:741491
 -1,7
+1,7 
2007-11-25 Arno Rehn <arno arnorehn.de>
- * Added ruby bindings. At least they compile now, getting
them to work is
- another thing.
+ * Added ruby bindings. Qt part works now. Next step is to
get rid of the old
+ extension stuff and add modules like in Qyoto.
2007-09-11 Arno Rehn <arno arnorehn.de>
---
branches/work/kdebindings-smoke2/ruby/qtruby/src/lib/Qt/qtru
by4.rb #741490:741491
 -2366,7
+2366,7 
if c == "Qt"
# Don't change Qt to Qt::t, just leave as is
 cpp_names["Qt"] = c
- elsif c != "QInternal"
+ elsif c != "QInternal" && !c.empty?
Qt::Internal::init_class(c)
end
end
_______________________________________________
Kde-bindings mailing list
Kde-bindings kde.org
ht
tps://mail.kde.org/mailman/listinfo/kde-bindings
|