summaryrefslogtreecommitdiff
path: root/src/controls/qquickmenubar_p.h
diff options
context:
space:
mode:
authorGabriel de Dietrich <gabriel.dedietrich@theqtcompany.com>2015-07-17 16:37:46 +0200
committerGabriel de Dietrich <gabriel.dedietrich@theqtcompany.com>2015-07-27 11:02:36 +0000
commit27390b35746f3f5390e26471f99d31762a1ad548 (patch)
tree4eb93c6d89eab0a39fa53ebeca31d187c9658505 /src/controls/qquickmenubar_p.h
parentabc2ec74e9131cdae1bf9a458dfe9a2ef46b889c (diff)
downloadqtquickcontrols-27390b35746f3f5390e26471f99d31762a1ad548.tar.gz
QQuickMenuBar: Remove native menus from native menubar on destruction
The native menus are deleted because they're usually children of the menubar. But we still keep references in QCocoaMenuBar until we manually remove those form the menu list. Change-Id: I1651852b6ebc578ca308d69299de4c12764f7363 Task-number: QTBUG-47233 Reviewed-by: Mitch Curtis <mitch.curtis@theqtcompany.com>
Diffstat (limited to 'src/controls/qquickmenubar_p.h')
-rw-r--r--src/controls/qquickmenubar_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/controls/qquickmenubar_p.h b/src/controls/qquickmenubar_p.h
index d0bbedce..83166d77 100644
--- a/src/controls/qquickmenubar_p.h
+++ b/src/controls/qquickmenubar_p.h
@@ -81,6 +81,7 @@ public:
QPlatformMenuBar *platformMenuBar() const { return m_platformMenuBar; }
private:
+ void setNativeNoNotify(bool native);
static void append_menu(QQmlListProperty<QQuickMenu> *list, QQuickMenu *menu);
static int count_menu(QQmlListProperty<QQuickMenu> *list);
static QQuickMenu *at_menu(QQmlListProperty<QQuickMenu> *list, int index);