Changes between Version 1 and Version 2 of Ticket #90, comment 1


Ignore:
Timestamp:
16.10.2014 22:53:41 (10 years ago)
Author:
s10k
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #90, comment 1

    v1 v2  
    88
    99Thanks.
     10
     11Edit:
     12
     13Seems 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
     15Also the call stack does indeed confirm that it comes from Qt libraries:
     16
     17"
     18XmlTools: 4 CarbonCore 0x00007fff94cb10c7 Gestalt + 144
     19XmlTools: 5 QtCore 0x0000000100257836 _ZN9QInternal17activateCallbacksENS_8CallbackEPPv + 2582
     20"
     21
     22So I may be calling some getOS function in Qt library which then call some MacOS specific funtions ending with that gestalt deprecated funtion.
     23