Hi
Viktor Szakáts wrote: > > IMO such functions should not be part of hbqt_destruct.cpp, > but rather qtgui\QMainWindow.cpp, along with the two new > headers, which will now always pull in QTGUI into base HBQT > lib. > > Could you pls move them? > > BTW doesn't it leak? qSet doesn't seem to be deleted. > Yes, you are right. I did not thought deeply, mainly because of sheer ecastacy. I will move them in QMainWindow.cpp, today. No, this does not leak. It is Qt's own local variable on the stack, like our local variables. Regards Pritpal Bedi -- View this message in context: http://old.nabble.com/SF.net-SVN%3A-harbour-project%3A-13538--trunk-harbour-tp27125426p27129315.html Sent from the Harbour - Dev mailing list archive at Nabble.com. _______________________________________________ Harbour mailing list (attachment size limit: 40KB) [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
