On 21 February 2014 06:22, Samuel Gaist <[email protected]> wrote: > Hi ! > > On 20 févr. 2014, at 15:32, Sze Howe Koh <[email protected]> wrote: > >> Hi all, >> >> The following functions/types need documenting. (This list excludes >> constructors, destructors, and operators). Could those who are >> familiar with these functions/types please add them? >> >> qtbase.git >> QWidget::macCGHandle() >> QWidget::macQDHandle() >> > > These two are currently not implemented anywhere in stable, should this be > reported as a bug ?
Hi, Interesting! These have been publicized since Qt 5.0 (http://qt-project.org/doc/qt-5.0/qtwidgets/qwidget.html) but like you said, they only exist in qwidget.h. >> qtmacextras.git >> QtMac::applicationIconBadgeNumber() >> QtMac::badgeLabelText() >> QtMac::currentCGContext() >> QtMac::fromCGImageRef() >> QtMac::fromNSData() >> QtMac::fromNSString() >> QtMac::fromNSURL() >> QtMac::isMainWindow() >> QtMac::setApplicationIconBadgeNumber() >> QtMac::setBadgeLabelText() >> QtMac::toCGImageRef() >> QtMac::toNSData() >> QtMac::toNSImage() >> QtMac::toNSString() >> QtMac::toNSURL() >> > > Is there a task number associated with that ? There is now: https://bugreports.qt-project.org/browse/QTBUG-36985 I'm not sure if it's worth adding sub-tasks. Regards, Sze-Howe _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
