[Kde-bindings] branches/work/kdebindings-smoke2

Arno Rehn kde at arnorehn.de
Sun Nov 25 18:58:27 UTC 2007


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 at 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 at 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 at arnorehn.de>
 
--- branches/work/kdebindings-smoke2/ruby/qtruby/src/lib/Qt/qtruby4.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



More information about the Kde-bindings mailing list