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

BC break in QMacCocoaViewContainer / QMacNativeWidget

    XMLWordPrintable

Details

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

    Description

      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);

      Attachments

        Issue Links

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

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes