On Tuesday 04 March 2014 12:38:29 Samuel Gaist wrote: > Hi, > > On 4 mars 2014, at 10:16, Marc Mutz <[email protected]> wrote: > >> QWidget::macCGHandle() > > Currently not implemented, used to return the Core Graphics Handle for the > widget > > >> QWidget::macQDHandle() > > Also not implemented, used to return the Quick Draw handle for the widget > (cocoa only IIRC) > > > I guess I'll find out what these do and document them, too :) > > > > Thanks, > > Marc > > Now the question is, should they be re-implemented ? Or declared obsolete > and return NULL ?
Not knowing what they are there for in the first place, I can't comment on that. But short of fully implementing them, which I guess doesn't work since these days that's what qmacextras is for, I would consider deleting the functions (ie. make them private and Q_DECL_EQ_DELETE them. > If you'd like, I'll add the documentation about them since I've done it for > the other mac related missing parts :) Yes, please :) Thanks, Marc -- Marc Mutz <[email protected]> | Senior Software Engineer KDAB (Deutschland) GmbH & Co.KG, a KDAB Group Company www.kdab.com || Germany +49-30-521325470 || Sweden (HQ) +46-563-540090 KDAB - Qt Experts - Platform-Independent Software Solutions _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
