34 Q_DECLARE_PUBLIC(QAction)
36 QtWidgetsActionPrivate() =
default;
37 ~QtWidgetsActionPrivate();
39 void destroy() override;
41#if QT_CONFIG(shortcut)
42 QShortcutMap::ContextMatcher contextMatcher()
const override;
46 QPointer<QMenu> m_menu;
48 QObject *menu()
const override;
49 void setMenu(QObject *menu) override;