summaryrefslogtreecommitdiff
path: root/src/controls/qquickmenubar_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/controls/qquickmenubar_p.h')
-rw-r--r--src/controls/qquickmenubar_p.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/controls/qquickmenubar_p.h b/src/controls/qquickmenubar_p.h
index e6dc9647..d2e44435 100644
--- a/src/controls/qquickmenubar_p.h
+++ b/src/controls/qquickmenubar_p.h
@@ -61,6 +61,8 @@ class QQuickMenuBar1: public QObject
Q_PROPERTY(QQuickWindow *__parentWindow READ parentWindow WRITE setParentWindow)
Q_PROPERTY(bool __isNative READ isNative WRITE setNative NOTIFY nativeChanged)
+ Q_MOC_INCLUDE(<QtQuick/qquickwindow.h>)
+
Q_SIGNALS:
void menusChanged();
void nativeChanged();