12QWidgetPlatformMenuItem::QWidgetPlatformMenuItem(QObject *parent)
13 : m_action(
new QAction)
16 connect(m_action.data(), &QAction::hovered,
this, &QPlatformMenuItem::hovered);
17 connect(m_action.data(), &QAction::triggered,
this, &QPlatformMenuItem::activated);