|
From: Vadim G. <vgo...@ro...> - 2008-04-10 21:05:11
|
Andry Ogorodnik wrote: > Hi, qtada-users. > Request bugfix for Q_Abstract_Proxy_Model:Set_Source_Model > > procedure Set_Source_Model > (Self : not null access Q_Abstract_Proxy_Model; > Source_Model : not null access > Qt4.Abstract_Item_Models.Q_Abstract_Item_Model'Class) > is abstract; > > "Source_Model : not null access" prevent drop model for proxy by > call like "Proxy.Set_Source_Model (null)" and when I no more need > attached proxy I can't do somesing. > This is fixed in the latest snapshot. |