Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-34669

BC break in QMacCocoaViewContainer / QMacNativeWidget

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Invalid
    • Icon: P0: Blocker P0: Blocker
    • None
    • 5.2.0 RC1
    • None

      Some method signatures changed:

      • QMacCocoaViewContainer(void *cocoaViewToWrap, QWidget *parent = 0);
        + QMacCocoaViewContainer(NSView *cocoaViewToWrap, QWidget *parent = 0);
        virtual ~QMacCocoaViewContainer();
      • void setCocoaView(void *cocoaViewToWrap);
      • void *cocoaView() const;
        + void setCocoaView(NSView *view);
        + NSView *cocoaView() const;
      • QMacNativeWidget(void *parentRef = 0);
        + QMacNativeWidget(NSView *parentView = 0);

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            peppe Giuseppe D'Angelo
            peppe Giuseppe D'Angelo
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes