[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/KDE/4.4/kdebindings/ruby/qtruby
From:       Richard Dale <Richard_Dale () tipitina ! demon ! co ! uk>
Date:       2010-03-07 11:33:16
Message-ID: 1267961596.241205.30121.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1100356 by rdale:

* Fixed Qt::Object properties that were no longer working. Fixes bug 229784
  reported by ruby.twiddler

BUG: 229784



 M  +5 -0      ChangeLog  
 M  +1 -1      src/Qt.cpp  


--- branches/KDE/4.4/kdebindings/ruby/qtruby/ChangeLog #1100355:1100356
@@ -1,3 +1,8 @@
+2010-03-07  Richard Dale  <richard.j.dale@gmail.com>
+
+	* Fixed Qt::Object properties that were no longer working. Fixes bug 229784
+	  reported by ruby.twiddler
+
 2009-12-11  Richard Dale  <richard.j.dale@gmail.com>
 
     * Qt::DynamicPropertyChangeEvents were not being created correctly. Thanks
--- branches/KDE/4.4/kdebindings/ruby/qtruby/src/Qt.cpp #1100355:1100356
@@ -832,7 +832,7 @@
 					smokeruby_object *o = value_obj_info(self);
 					if (	o != 0 
 							&& o->ptr != 0 
-							&& o->smoke->isDerivedFrom(o->smoke, o->classId, \
o->smoke->idClass("QObject").smoke, o->smoke->idClass("QObject").index) ) +							&& \
Smoke::isDerivedFrom(Smoke::ModuleIndex(o->smoke, o->classId), \
Smoke::findClass("QObject")) )  {
 						QObject * qobject = (QObject *) o->smoke->cast(o->ptr, o->classId, \
o->smoke->idClass("QObject").index);  static QByteArray * name = 0;


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic