Changes between Version 1 and Version 2 of Ticket #90, comment 1
- Timestamp:
- Oct 16, 2014, 10:53:41 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #90, comment 1
v1 v2 8 8 9 9 Thanks. 10 11 Edit: 12 13 Seems to be just a warning and seems that a lot of programs are getting that one with this new version of the macos (after a quick google search). 14 15 Also the call stack does indeed confirm that it comes from Qt libraries: 16 17 " 18 XmlTools: 4 CarbonCore 0x00007fff94cb10c7 Gestalt + 144 19 XmlTools: 5 QtCore 0x0000000100257836 _ZN9QInternal17activateCallbacksENS_8CallbackEPPv + 2582 20 " 21 22 So I may be calling some getOS function in Qt library which then call some MacOS specific funtions ending with that gestalt deprecated funtion. 23