[Interest] [OSX/iOS] Garbage collection still in place in Qt?

John Weeks john at wavemetrics.com
Wed Mar 4 18:28:01 CET 2015


> This does not prevent applications from using ARC since it can be enabled per translation unit. We would like to start using ARC internally in Qt as well, but the requirement to drop 32-bit support may be too steep at this point in time. (Question for interest@: is 32-bit support important?)

Adam has already answered this for our company.

> Carbon: Qt links against the Carbon framework and uses some functions still available in 64-bit mode. Using the Carbon headers as the authoritative source, these are not deprecated. One example is GetCurrentEventKeyModifiers().

I note also that QMacStyle uses HITheme API's as well. I haven't been able to find NSThis or NSThat replacements for drawing pictures of controls and window elements, either.

-John Weeks




More information about the Interest mailing list