qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] b57253: ui/cocoa: Suppress NSFileHandlingPane


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] b57253: ui/cocoa: Suppress NSFileHandlingPanelOKButton dep...
Date: Thu, 31 May 2018 01:39:54 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: b5725385d17c876a12aa176a4a436d32d34ed06d
      
https://github.com/qemu/qemu/commit/b5725385d17c876a12aa176a4a436d32d34ed06d
  Author: Peter Maydell <address@hidden>
  Date:   2018-05-29 (Tue, 29 May 2018)

  Changed paths:
    M ui/cocoa.m

  Log Message:
  -----------
  ui/cocoa: Suppress NSFileHandlingPanelOKButton deprecation warning

OSX 10.13 deprecates the NSFileHandlingPanelOKButton constant, and
would rather you use NSModalResponseOK, which was introduced in OS 10.9.
Use the recommended new constant name, with a backward compatibility
define if we're building on an older OSX.

Signed-off-by: Peter Maydell <address@hidden>
Reviewed-by: John Arbuckle <address@hidden>
Message-id: address@hidden



      **NOTE:** This service been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]