[Qt] What should I do with pointers returned from bindings lib?

Paul Ishenin ip at kmiac.ru
Tue Nov 27 10:45:59 CET 2007


Hello,  Items specific to the Qt widget set.


Example:

var
   NewSize: PSize;
begin
   NewSize := QResizeEvent_size(QResizeEventH(Event));
end;

NewSize is PSize. Who will free memory of PSize? Bindings should do that 
or me?

--
Best regards,
Paul Ishenin.




More information about the Qt mailing list