aboutsummaryrefslogtreecommitdiffstats
path: root/src/quicktemplates2/qquickmenuitem_p_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/quicktemplates2/qquickmenuitem_p_p.h')
-rw-r--r--src/quicktemplates2/qquickmenuitem_p_p.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/quicktemplates2/qquickmenuitem_p_p.h b/src/quicktemplates2/qquickmenuitem_p_p.h
index e0e90ff1..5deea6e3 100644
--- a/src/quicktemplates2/qquickmenuitem_p_p.h
+++ b/src/quicktemplates2/qquickmenuitem_p_p.h
@@ -72,8 +72,11 @@ public:
void updateEnabled();
+ void cancelArrow();
+ void executeArrow(bool complete = false);
+
bool highlighted;
- QQuickItem *arrow;
+ QQuickDeferredPointer<QQuickItem> arrow;
QQuickMenu *menu;
QQuickMenu *subMenu;
};