33 Q_DECLARE_PUBLIC(QAction)
35 QtWidgetsActionPrivate() =
default;
36 ~QtWidgetsActionPrivate();
38 void destroy() override;
40#if QT_CONFIG(shortcut)
41 QShortcutMap::ContextMatcher contextMatcher()
const override;
45 QPointer<QMenu> m_menu;
47 QObject *menu()
const override;
48 void setMenu(QObject *menu) override;